3
Answers

Enforce a unique constraint on a table with duplicate values

Photo of patrick

patrick

16y
3.7k
1 SQL
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)