Reason:
You attempted to delete rows from a table using delete_rows() but specified a table that has local scope.
Resolution:
Ensure you specify a table with global or central scope.
Tips:
- Use the star$tables view to find the names and scope of known tables.
Comments
Article is closed for comments.