select into mysql create table with quewry code example Example: mysql create table from select statement select * into <NEW_TABLE_NAME> from <OLD_TABLE>;