Reason:
You attempted to truncate a table using truncate_table() 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 truncate a table using truncate_table() but the table has local scope.
Resolution:
Ensure you provide a table with global or central scope.
Tips:
Comments
Article is closed for comments.