Code Snippets

MySQL Remove Duplicate Entries

The need to remove duplicate entries from a MySQL database is fairly common. This post will demonstrate the simple and painless technique I use to perform the task in three easy steps, including making a backup of the original table. The technique assumes that no updating of duplicate records in your MySQL table needs to [...]