Is there a way to move data from field1, field2, field3, field4, id IN(200, 201, 202, 203, 204) in table1
to field1, field2, field3, field4, id IN(800, 801, 802, 803, 804) in table1
Ideally the data would be moved rather than duplicated.
Is this possible, please, Experts?
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';
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.