首先创建好新表,然后insert into new_table select * from old_table where
create table newTable select * from oldTable where ....