 |
count multiple distinct columns - Microsoft SQL Server
count multiple distinct columns. Microsoft SQL Server Forums on Bytes. ... I want to build query to return how many rows are in this query: select distinct c1, c2 from t1 But SQL won't accept this syntax: select count (distinct c1, c2) from t1
bytes.com |
 |