Answers for "select distinct on 2 columns"

1

select count distinct multiple columns sql server

SELECT COUNT(DISTINCT (CHECKSUM(DocumentId,DocumentSessionId)) + CHECKSUM(REVERSE(DocumentId),REVERSE(DocumentSessionId)) )
FROM DocumentOutPutItems
Posted by: Guest on August-05-2020

Code answers related to "select distinct on 2 columns"

Browse Popular Code Answers by Language