Reason:
You attempted to create a primary key constraint using create_primary_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.