In a table, I want to return duplicate rows based on three columns and a count of the duplicates found.
For example, In a row, say I have an entry of 1 for column a, 1 for column b and 1 for column c. I only want to return/count this row if other rows have the exact same entry for the 3 columns (1, 1 and 1).
Thanks in advance! -N