DELETE FROM Table1 WHERE Col1 NOT IN (SELECT MIN(Col1) FROM Table1 GROUP BY DupCol1, DupCol2, DupCol3)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)