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 -> Re: Basic Issue: Update query based on two tables not working! Any help appreciated!

Re: Basic Issue: Update query based on two tables not working! Any help appreciated!

From: Papa Piquillo <oraclejva_at_yahoo.es>
Date: 7 Dec 2005 03:37:11 -0800
Message-ID: <1133955431.015883.53820@o13g2000cwo.googlegroups.com>


sorry i mean:
UPDATE tableA
SET PLAN_TYPE = 'L'
WHERE ( OR_ID , DS_ID ) in ( select OR_ID , DS_ID

                                              from tableB )
Received on Wed Dec 07 2005 - 05:37:11 CST

Original text of this message

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