I have a MySQL
table like:
ID, Col1, Col2, Col3, Col4, etc...
ID is a primary key
and has been working since the table's creation.
What I want to do is delete all but one records where all the other columns are identical.
See Question&Answers more detail:os