P
Poppy
I have 2 identical tables and I want to insert all(*) from table 1 and
insert that into table 2.
The tables are huge and I dont want to type out all the Values.
How can I do something like
Insert into Table2 * from table1;
Cheers
insert that into table 2.
The tables are huge and I dont want to type out all the Values.
How can I do something like
Insert into Table2 * from table1;
Cheers