Ok, mysql question....
How can I get mysql to look at a certain field in a database and do the following:
1). find distinct records in a certain field
2). Count those distinct records.
I know how to do the count, and how to do the distinct, but not both at the same time?
thanks for all your help