I'm looking for the most efficient way to remove duplicates from a table where id's are unique but there are equal rows when you check other columns.
Example:
id name age x
1 peter 25 II
2 peter 25 II
The table has tens of thousands of rows.