how to a column in another table into new table in sql code example Example: sql create table with columns as another table SELECT * INTO newtable FROM oldtable WHERE 1 = 0;