Reason:
You attempted to create a unique constraint using create_unique_constraint() on a table but specified a column that does not exist in the table.
Resolution:
Ensure you specify known columns in the table.
Tips:
- Was the column name spelled correctly?
- Use the star$columns view to find known columns in a table.
Comments
Article is closed for comments.