I need to DELETE duplicated rows for specified sid on a MySQL table.
DELETE
MySQL
How can I do this with an SQL query?
There are just a few basic steps when removing duplicate data from your table:
Here is the full tutorial: https://blog.teamsql.io/deleting-duplicate-data-3541485b3473