How to remove the rows 6,7, 12,13, 21 and 22?
I intend to remove pair of records with duplicate Col3 and the ID of that record is the same as the OrigID of the other record. My query below deletes only 3 rows instead of 6.
I intend to remove pair of records with duplicate Col3 and the ID of that record is the same as the OrigID of the other record. My query below deletes only 3 rows instead of 6.