If I have a table contain data like the following example..
and I want to select the highlighted rows because they are duplicates (values are the same apart from id)
then how could/would I do this?
My end aim is to select rows 1,3,4,5,9,10 for deletion and then put proper indexes on the table.

and I want to select the highlighted rows because they are duplicates (values are the same apart from id)
then how could/would I do this?
My end aim is to select rows 1,3,4,5,9,10 for deletion and then put proper indexes on the table.