3
Answers

Enforce a unique constraint on a table with duplicate values

Photo of patrick

patrick

15y
3.6k
1
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)