Create the table the first time using:
Then append to it using:Code:create table table_b as select x,y,z from table_a;
Code:insert into table_b select x,y,z from table_a;
|
Results 1 to 6 of 6
Thread: Temp TableThreaded View
|
Click Here to Expand Forum to Full Width |