Hi All,
I hope you can help me.
The next statement works for MySQL but not for ACCESS:
SELECT db1.[field1], db1.[field2], count(id) as total
from db1
group by [field1]
Why?
Thanks.
I hope you can help me.
The next statement works for MySQL but not for ACCESS:
SELECT db1.[field1], db1.[field2], count(id) as total
from db1
group by [field1]
Why?
Thanks.
Comment