Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Any help appreciated, UPDATING

Any help appreciated, UPDATING

From: Joseph Kagume Ngari <ngari_at_unbc.ca>
Date: Wed, 23 Jun 1999 21:04:11 -0700
Message-ID: <3771AE3B.25DA4AF5@unbc.ca>


please reply to ngari_at_unbc.ca

update (select * from defree where project=3 and version=2 and id=5) DT1,
(select * from deftree where project=3 and version=2 and id=DT1.parent)
DT2,
(select * from deftree where project=3 and version=2 and id=DT1.child)
DT3
 SET DT2.child=DT1.child and DT3.parent=DT1.parent; Received on Wed Jun 23 1999 - 23:04:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US