mysql中的表复制


insert into tbl2 select * from  tbl1 where id < 1001;

你可能感兴趣的:(mysql)