Reason:
You attempted to create a column using create_column() but the named table does not exist
Resolution:
Ensure the table name is known
Tips:
- Is the table name correct?
- Does the table name need to be qualified by a schema name?
- Use the star$tables view to find known tables
Comments
Article is closed for comments.