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