MSSQL/MySQL: Delete Duplicate Rows in a Table
Published on Mar 12, 2012 by Jamie Munro
/*MSSQL/MySQL: Delete Duplicate Rows in a Table*/?>
/*Database|database,MSSQL|mssql,MySQL|mysql*/?>
/*2012-3-12*/?>
No more must you think about how to find a clean way to delete duplicate records in your database table. The following article will provide a single SQL query that will delete rows that are duplicated in your table. Before you begin, be sure you've tracked down the bad code that is causing this; otherwise, you will need to run it multiple times!


