新表不存在,创建新表
1.创建新表并且携带数据
create table new_table as select * from exist_table123
2.创建新表不携带数据
create table new_table as select * from exist_table where 1=2123
注意:复制表不会复制索引及主键
create table new_table as select * from exist_table123
create table new_table as select * from exist_table where 1=2123
注意:复制表不会复制索引及主键
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
Powered By Z-BlogPHP 1.7.3
版权所有 | 转载请标明出处