Reason:
You attempted to insert rows into a table using insert_rows() but specified a table that does not exist.
Resolution:
Ensure you specify the name of 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.