Reason:
You attempted to update rows in a table using update_rows() but the table does not exist.
Resolution:
Ensure you provide 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.