旧表名 A
新表名 B
复制表:create table B select * from A
复制表结构:create table Bselect * from A where 1=2;
旧表名 A
新表名 B
复制表:create table B select * from A
复制表结构:create table Bselect * from A where 1=2;
转载于:https://www.cnblogs.com/zhaoblog/p/5391908.html