the important thing is not to stop questioning

导航

 

update table1 set table1.column1 =(select table2.column1 from table2 
where 关联条件)
where exists(select 1 from from table2 
where 关联条件);

posted on 2015-10-20 15:45  qook  阅读(151)  评论(0)    收藏  举报