Reason:
You attempted to create a primary key constraint using create_primary_constraint() on a table that already has a primary key constraint defined on it.
Resolution:
Ensure you specify a table with without a primary key constraint.
Tips:
- Use the star$constraints view to find tables with pre-existing constraints.
Comments
Article is closed for comments.