I am attempting to query a mysql db with php to count the total number of entries without duplicates.
EXAMPLE
N111US
N111US
N123US
N345US
A6-EWD
A7-EEE
B-18701
N123US
N345AA
I wish to have the total number of the unique entries and I cannot begin to see where to start with the sql query IE: Total Returned: 7
group by coloumn
– dianuj Apr 15 at 19:59