Reason:
You attempted to use the copy_rows() function with a local table
Resolution:
Ensure that you use copy_rows() with a global or central table only
Tips:
- Use star$tables to find the name and scope of known tables.
Reason:
You attempted to use the copy_rows() function with a local table
Resolution:
Ensure that you use copy_rows() with a global or central table only
Tips:
Comments
Article is closed for comments.