Oracle多表关联更新

update sdzy_operatlist1 a   -- 使用别名
   set    (enddate,isred)=(select b.enddate,b.isred
                                     from   sdzy_operatlist b
                                     where  B.LOG_ID=A.Log_Id)
   where  exists (select 1
                  from   sdzy_operatlist b
                  where  B.LOG_ID=A.Log_Id
                 )
posted @ 2009-12-18 15:42  星火卓越  阅读(145)  评论(0编辑  收藏  举报