rcerrejon
2/12/2016 - 1:28 PM

Insert all values of a table into another table

Insert all values of a table into another table

INSERT INTO new_table (Foo,Bar,Fizz,Buzz)
SELECT Foo,Bar,Fizz,Buzz
FROM old_table