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?