Reason:
You attempted to drop a unique constraint using drop_unique_constraint() on a table but specified columns that are not in a unique constraint.
Resolution:
Ensure you specify columns within a unique constraint.
Tips:
- Use the star$constraint view to find the columns in unique constraints.
Comments
Article is closed for comments.