Y
Yura Zavaliy
SELECT railways.id
FROM railways
WHERE Min(id)=10
FROM railways
WHERE Min(id)=10
SELECT railways.id
FROM railways
WHERE Min(id)=10
Pavel Romashkin said:Think about what you are telling it to do:
Select the ID from Railways where the minimum ID is 10. Minimum ID out
of which IDs? Either group records to have several IDs to choose from or
remove Min.
Pavel
Dear Yura:
Do you perhaps mean:
SELECT railways.id
FROM railways
WHERE id >= 10
Tom Ellison
Microsoft Access MVP
Ellison Enterprises - Your One Stop IT Experts