Reason:
You attempted to drop a column using drop_column() but specified a table that does not exist.
Resolution:
Ensure you specify the name of a known table.
Tips:
- Is the table name spelt correctly?
- Use the star$tables view to find the names of known tables.
Comments
Article is closed for comments.