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

Home -> Community -> Usenet -> c.d.o.server -> Re: update view with composite PK

Re: update view with composite PK

From: Matthias Gresz <nospam_at_newsranger.com>
Date: Fri, 07 Sep 2001 09:53:42 GMT
Message-ID: <GO0m7.7716$4z.32671@www.newsranger.com>


Bonjour,

try

update
t1
set t1.c3=( Select t2.c4
from
t2
where
t1.c1=t2.c1 and t2.c2=1);

Hth

Matthias Received on Fri Sep 07 2001 - 04:53:42 CDT

Original text of this message

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