Is there a namespace on table?

How can I isolate the tables with namespace?

Hello @koolay

Is that a tablename has a space? If yes, then can you try to put the tablename in double quotes and try.

If my understanding is incorrect. Please brief about your problem.

Thanks
@Rakesh_Malugu

Thanks for your reply.
Because it’is multi-tenancy mode in my case.
I have a idea about that, we can use sql like create table $scratch.my_tenant.mytable as select xxx.