Reason:
You attempted to insert rows into a table using insert_rows() but specified a local table.
Resolution:
Ensure you specify the name of a known local table.
Tips:
- Use the star$tables view to find the name and scope of known tables.
Reason:
You attempted to insert rows into a table using insert_rows() but specified a local table.
Resolution:
Ensure you specify the name of a known local table.
Tips:
Comments
Article is closed for comments.