Viewing post 1 (of 1 total)
hi, I usually have the following scenario: I have to count the distincts names
for this I use:
SELECT COUNT(distinct name) AS [COUNT distinct] FROM [CountTest];
October 15, 2013 at 6:43 am
#1658490