SyntaxFix
Write A Post
Hire A Developer
Questions
If the constraint is not a foreign key, eg. one added using 'UNIQUE CONSTRAINT (colA, colB)' then it is an index that can be dropped using ALTER TABLE ... DROP INDEX ...
ALTER TABLE ... DROP INDEX ...