Reason:
You attempted to create a table using create_table() but specified an invalid scope.
Resolution:
Ensure you specify a scope of L (Local), G (Global) or C (Central).
Tips:
- Did you specify a table scope other than L, G or C?
- See create_table() for further information.
Comments
Article is closed for comments.