把查到的table表的数据批量插入到tbale1中。

insert  into  table1  select * from table 

批量更新

update  table  a set  a.call1=(select b.call2 from b where a.call1=b.call2)

posted on 2012-06-01 16:17  一切都是幌子  阅读(634)  评论(0编辑  收藏  举报