SQL Append To Table

This SQL allows appending to an existing table with the data from an another table.

INSERT INTO dbo.mytableTEST01
SELECT * FROM mytable

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.