cancel
Showing results for 
Search instead for 
Did you mean: 

How can I create a global temporary table by .hdbtable ?

0 Kudos

I tried to create temporary table by using

table.temporary=true;

Then i face that only insert, read and truncate is possible for columnstore temporary table.

Then i changed the table type :

table.tabletype=rowstore;

Then it allows us for update and deletes. Even it is showing rows are are getting affected but when we tried to see data or use those data to populate some other table, it's not working.

Neither it is throwing any exception nor errors.

Any suggestion will be appreciated.

Thanks

Accepted Solutions (0)

Answers (0)