Hello
I get the error:
CREATE TABLE permission denied in database 'db'.
Is it possible to:
- have permission to create my own temp tables which will be visible only to me
- do not have permission to amend or delete any other tables
How can I do that?
Or is there a workaround where I can create temporary personal tables without having to request extra access rights?
Thanks