News

and replace "old_table" with the name of the table to select from. The INTO clause behaves the same as CREATE TABLE in other SQL environments. SELECT * INTO new_table FROM old_table WHERE last ...