SyntaxFix
Write A Post
Hire A Developer
Questions
Either you can use RAW SQL:
INSERT INTO DEST_TABLE (Field1, Field2) SELECT Source_Field1, Source_Field2 FROM SOURCE_TABLE
Or use the wizard:
Then execute:
TRUNCATE TABLE SOURCE_TABLE