What this QUERY return ERROR? :(

Y

Yura Zavaliy

What this query return ERROR?? :(
SELECT railways.id
FROM railways
WHERE Min(id)=10
 
D

Danny J. Lesandrini

what is the error message?

If it's an Aggregate issue, then use Group By
 
Y

Yura Zavaliy

Inpossible use statistic function suggestion WHERE ........
Where error? MSA 2002
 
Top