mysql复制表数据

1.

create table t1 select * from user

注:t1表不存在时

 

2.

insert into t2 select * from user

insert into t3(a, c, d) select a,c,5 from user

注:t2,t3表必须存在

 

posted @ 2015-11-22 01:25  刘译繁liuyifan  阅读(216)  评论(0编辑  收藏  举报