批量插入

sql 表内容复制 insert into select语法

insert into 新表(字段1,字段2,.......) select 字段1,字段2,...... from 旧表

insert into table1 (field1,field2) select 'myvalue',field2 from table2

  

posted @ 2013-09-05 15:10  Bruce_yao  阅读(148)  评论(0编辑  收藏  举报