3
Answers

Enforce a unique constraint on a table with duplicate values

I have a table with duplicate values in a column. I want to make the column unique, but sql wont do it until i remove the duplicate values

Answers (3)