I am trying to build a mysql query to list all column a’s that have a duplicate column b from a single table. The trick is I have a timestamp on the rows so i need to essentially identify which is the older of the duplicates so i can delete it. Any help would be appreciated.
Share
Just example – this query return duplicate posts, now you just need to execute delete
Here is the return rows