码迷,mamicode.com
首页 > 数据库 > 详细

oracle数据库语句积累

时间:2016-12-15 18:00:30      阅读:160      评论:0      收藏:0      [点我收藏+]

标签:nbsp   select   更新   class   date   where   and   log   语句   

1、从一个表选出数据更新另一个表(后面的exists一定要加)

update jqhdzt
   set shid =
       (select shid
          from v_plat_userjqinfo t
         where jqhdzt.jqbh = t.JQBH
           and jqhdzt.shid <> t.SHID)
 where shid = 0000010047
   and exists (select 1
          from v_plat_userjqinfo t
         where jqhdzt.jqbh = t.JQBH
           and jqhdzt.shid <> t.SHID)

 

oracle数据库语句积累

标签:nbsp   select   更新   class   date   where   and   log   语句   

原文地址:http://www.cnblogs.com/aegisada/p/6183825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!