oracle更新语句,高手来。。。。。。。。。。 ( 积分: 50 )

  • 主题发起人 主题发起人 yunxi126
  • 开始时间 开始时间
Y

yunxi126

Unregistered / Unconfirmed
GUEST, unregistred user!
update m set m.STS='OS_ACT' , m.DEC_DATE = sysdate ,m.dec_staff_code = n.STAFF_CODE,m.DEC_OFR= n.POS_CODE

from dps.de_clf m ,ogc.v_officer n where

m.DEC_STAFF_CODE=n.STAFF_CODE and

m.DEC_OFR=n.POS_CODE and n.username='Action' and

m.clf_no='1'
 
update dps.de_clf m set
(m.STS,m.DEC_DATE,m.dec_staff_code,m.DEC_OFR)=
(select 'OS_ACT',sysdate,n.STAFF_CODE,n.POS_CODE from ogc.v_officer n
where n.username='Action'
and m.DEC_STAFF_CODE=n.STAFF_CODE
and m.DEC_OFR=n.POS_CODE)
where m.clf_no='1'
 
接受答案了.
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
D
回复
0
查看
2K
DelphiTeacher的专栏
D
S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
后退
顶部