Reason:
You attempted to rename the column in a table using rename_column() but the table does not exist.
Resolution:
Ensure you provide the name of a known table.
Tips:
- Is the table name spelled correctly?
- Does the table need to be qualified by a schema?
- Use the star$tables view to find the names of known tables.
Comments
Article is closed for comments.