Search Results

6
votes

How can I delete duplicate rows in a table

The following example works as well when your PK is just a subset of all table columns. (Note: I like the approach with inserting another surrogate id column more. But maybe this solution c …