Hi all,
On the PhpMyAdmin interface for MySQL, is there an SQL command I can put there to delete all duplicates? I have an auto-increment field, so not the entire row will be a duplicate, just two fields.
field1 field2 field3 field4
field1 field2 fieldx fieldx
See the first two are the same, I want one, not both, deleted.
any way?
thanks