create a new table from existing table sql code example Example: sql create table with columns as another table SELECT * INTO newtable FROM oldtable WHERE 1 = 0;