Reason:
You attempted to update rows in a table using update_rows() but the table has local scope.
Resolution:
Ensure you provide a table with global or central scope.
Tips:
- Use the star$tables view to find the name and scope of known tables.
Reason:
You attempted to update rows in a table using update_rows() but the table has local scope.
Resolution:
Ensure you provide a table with global or central scope.
Tips:
Comments
Article is closed for comments.