I'm dealing with a table that has been having issues with duplicate rows. I want to remove every extra row in the table. (The duplication problems occur when someone else's script runs on the table, and we've yet to pin point the location of the bug.)
I can think of at least one way to do this with a combination of PHP and MySQL, but I was wondering if MySQL alone had a mechanism that could do this already.