1.包括数据
  create table 新 as select * from 旧;
2.不包括数据
  create table 新 as select * from 旧 where 1=2;