Possible Duplicate:
SQL - How can I remove duplicate rows?
Hello all
How I can Write following query .
I have a table Trace
and I want to get all lines there where ID
columns and MC
columns combinations are appear more then once.
for example all lines where ID = 2 and MC = 11
appear more then once .
Thanks