<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    Vincent.Chan‘s Blog

    常用鏈接

    統(tǒng)計(jì)

    積分與排名

    網(wǎng)站

    最新評(píng)論

    oracle update多表關(guān)聯(lián)

    UPDATE A.A3 = A.A3+B.B3 的問題

    表A 結(jié)構(gòu) : A1 , A2 ,A3
    表B 結(jié)構(gòu): B1,  B2,  B3
    其中 A1 ,B1 為PK ,切值相同 就是可以使用A1 = B1 了.

    請(qǐng)問用SQL 語(yǔ)句或過程該如何實(shí)現(xiàn)如下的功能???

    更新A 表的 A3 ,用A.A3 與B.B3之和更新.

    3>update A
    set A3 = (select A.A3 + B.B3 from B where A.A1 = B.B1) ;

    7>update (select a1,a3,b1,b3 from a,b where a1=b1) set a3=a3+b3

    開執(zhí)行計(jì)劃, 談?wù)撔适菦]有太多的意義的^_^..


    三樓的寫法與7樓的寫法得到的結(jié)果是不同的.

    三樓的寫法會(huì)更新所有記錄, 而7樓的寫法只修改兩者相交的相關(guān)記錄信息.

    7樓的寫法可以更加容易的控制這條update語(yǔ)句的執(zhí)行計(jì)劃, 不過要求B表必須在對(duì)應(yīng)的字段上有主鍵索引:) , 在B表在對(duì)應(yīng)字段上有主鍵索引的時(shí)候, 建議使用7樓的寫法.

    可以參考一下這個(gè)帖子^_^

    http://www.cnoug.org/viewthread.php?tid=44070
    (測(cè)試沒有成功..不知道怎么搞的.)
    參考了下面的:
    非常佩服。抱著學(xué)習(xí)的態(tài)度,重寫了一下三樓的,在沒有主鍵的情況,請(qǐng)指教:
    update a
    set a3=(select a3+b3 from b where a1=b1)
    where a1=(select b1 from b where a1=b1)
    如下:
    update con_eme_on20050309 a set a.con_price=(select a.con_price+(b.annuity-a.annuity)+(b.nojob-a.nojob)
    +(b.medicare-a.medicare)+(b.birthfee-a.birthfee)+(b.bruisefee-a.bruisefee) from con_eme_on200404 b
    where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.emp_base=(select b.emp_base from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.annuity=(select b.annuity from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.nojob=(select b.nojob from con_eme_on200404 bwhere a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.medicare=(select b.medicare from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.birthfee=(select b.birthfee from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.bruisefee=(select b.bruisefee from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.nojobbase=(select b.nojobbase from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.mediabase=(select b.mediabase from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.birthbase=(select b.birthbase from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.bruisebase=(select b.bruisebase from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base)where a.emp_cod in(select b.emp_cod from con_eme_on200404 b
    where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base)
    公積金:
    update con_eme_on20050309 a set a.con_price=(select a.con_price+(b.accumulation-a.accumulation) from con_eme_on200404 b
    where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),a.accumulation=(select b.accumulation from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),
    a.accumulationbase=(select b.accumulationbase from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base),a.accumulationbase1=(select b.accumulationbase1 from con_eme_on200404 b
    where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base)
    where a.emp_cod in(select b.emp_cod from con_eme_on200404 b where a.emp_cod=b.emp_cod and a.if_act='1' and a.emp_base!=b.emp_base)

    posted on 2006-02-22 13:03 Vincent.Chen 閱讀(229) 評(píng)論(0)  編輯  收藏 所屬分類: Database

    主站蜘蛛池模板: 国产成人无码综合亚洲日韩| 国产精品免费电影| 思思re热免费精品视频66| 99精品国产免费久久久久久下载| 韩国日本好看电影免费看| 亚洲成a人片在线观看久| 亚洲色爱图小说专区| 精品日韩亚洲AV无码一区二区三区| 亚洲一级片在线播放| 美女18一级毛片免费看| 野花香高清视频在线观看免费| 欧洲一级毛片免费| 免费精品国产自产拍观看| 亚洲AV午夜成人片| 久久综合久久综合亚洲| 一级毛片免费不卡| 最近免费中文在线视频| 国产成人aaa在线视频免费观看 | 国产亚洲视频在线观看网址| 国产精品免费看久久久香蕉| 久草视频在线免费| 男人的天堂亚洲一区二区三区| 亚洲视频在线免费| 91午夜精品亚洲一区二区三区| 青娱乐在线视频免费观看| 久久精品国产这里是免费| 午夜私人影院免费体验区| 亚洲精品成人片在线观看精品字幕| 精品亚洲AV无码一区二区| 成人一区二区免费视频| 最近中文字幕无吗高清免费视频| 亚洲最大av无码网址| 亚洲av永久无码精品天堂久久| 一级午夜a毛片免费视频| 日本成年免费网站| 国产亚洲AV夜间福利香蕉149| 亚洲视频一区二区三区四区| 国产无遮挡色视频免费观看性色| 搡女人真爽免费视频大全| 久久亚洲精品视频| 小说专区亚洲春色校园|