SQL Insert Into Select Statement - An Overview
In this article, I will introduce you to the
INSERT INTO SELECT
statement that is supported by every major SQL engine. This statement allows you to copy a large amount of data from one or more tables into another table efficiently.