insert into temp_table select * from aaa;
create table temp_table as select * from aaa;