jude99
Technical User
- Sep 22, 2008
- 14
I need to insert into a different table, but to specify the IDs of the receiving table. Is this possible, please?
Something like ...
insert into table2 (row1, row2,row3)where id IN( 100,1001,1002)
select row1, row2, row3 from table1 where special_number = '9';
Something like ...
insert into table2 (row1, row2,row3)where id IN( 100,1001,1002)
select row1, row2, row3 from table1 where special_number = '9';