1:依据已有表创建一个新表 create table student6 as select * from student where 1=2; 如果省略where 1=2;则新表不仅拥有已有表的结构,也拥有了已有表的数据。 2:依据已有表插入数据 insert into student6 select * from student; 1:依据已有表创建一个新表 create table student6 as select * 你的当前访问异常,请进行认证后继续阅读剩余内容。 提交