This SQL allows appending to an existing table with the data from an another table.
INSERT INTO dbo.mytableTEST01 SELECT * FROM mytable
Bringing all things into unity under Christ — Ephesians 1:10
This SQL allows appending to an existing table with the data from an another table.
INSERT INTO dbo.mytableTEST01 SELECT * FROM mytable