Reason:
You attempted to drop a table using drop_table() but the table is unknown.
Resolution:
Specify the name of a known table.
Tips:
- Was the name of the table spelled correctly?
- Does the table need to be qualified by a schema?
- Use the star$tables view to find known tables.
Comments
Article is closed for comments.