复制表


拷贝表 ***

create table copy_table select *from customer ;
拷贝结构 与数据
create table copy_table select *from customer where 0 > 1;
仅拷贝结构

共同点: 索引 不能拷贝 描述不能拷贝(自增)


posted @ 2018-09-23 22:57  不沉之月  阅读(73)  评论(0)    收藏  举报