 |
MS SQL Server, DISTINCT on multiple columns
SELECT COUNT(DISTINCT column1,column2) FROM tablename; Except, that this query doesn't work :) ... Help, having trouble with using count distinct multiple columns 8. column in multiple rows to multiple columns in one row 9. column in multiple rows to ...
www.databaseteam.org |
 |