Hi,
I have earlier taken snap shot of tables in temp tables in oracle using following comand
Code:
create table tablename1 as select * from table
Now i want to take snapshot of table in db2. Searched for few commands but could not find anything equivalent to above command in oracle.
Also is there a default temp schema in db2 where all developers will have access to create temp table.