Reason:
You attempted to use the copy_rows() function with an unknown table name
Resolution:
Ensure that the parameter to copy_rows() is 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 star$tables to find the names of known tables.
Comments
Article is closed for comments.