Code has been added to clipboard!

Copying Columns With SQL Insert Into

Example
INSERT INTO mytable2 
SELECT * FROM mytable1 
WHERE condition;