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