Cassio
Well-known member
How can I count the total number of rows without repeating the equal rows of a certain column?
SELECT COUNT( DISTINCT field) FROM table
I guess it works on Interbase, but not on access.
Any ideas?
Thanks!
SELECT COUNT( DISTINCT field) FROM table
I guess it works on Interbase, but not on access.
Any ideas?
Thanks!