Reason:
You attempted to delete rows from a table using delete_rows() but specified a table that does not exist.
Resolution:
Ensure you specify a known table.
Tips:
- Was the original table name spelled correctly?
- Does the table need to be qualified with a schema?
- Use the star$tables view to find known tables.
Comments
Article is closed for comments.