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: newbie select and join question

Re: newbie select and join question

From: Barbara Boehmer <baboehme_at_hotmail.com>
Date: 5 Oct 2005 12:24:02 -0700
Message-ID: <1128540242.536083.232120@g49g2000cwa.googlegroups.com>


You were close. You just had the (+) on the wrong side. It should be:

and b.id(+) =123

Also, beware of trying to use reserved words like option as column names. Received on Wed Oct 05 2005 - 14:24:02 CDT

Original text of this message

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