 |
sql - Counting DISTINCT over multiple columns - Stack Overflow
I wish MS SQL could also do something like COUNT(DISTINCT A, B). But it can't. At first JayTee's answer seemed like a solution to me bu after some tests CHECKSUM() failed to create unique values. ...
stackoverflow.com |
 |