MySQL中你需要注意的几个SQL语句

  第一部分 : 文字

  1.从一个表向另一个同样结构的表插入批量的数据
复制内容到剪贴板
代码:
insert into table1 (select * from table2 )