Message-Id: <10709.124441@fatcity.com> From: "Ruth Gramolini" Date: Wed, 13 Dec 2000 10:42:25 -0500 Subject: Re: left outer to two tables ...??? You have to joint columns within the table. E.g select * from table A a, table B b where a.some_colums (+)=b.some_column; If there is not a one to one relationship with some_column in table A and table B then then the table having a many to one relationship goes first in the equation with the (+) symbol next to it. In the example above table A has a many to one relationship on some_column with table B. HTH, Ruth ----- Original Message ----- From: "Adam Turner" To: "Multiple recipients of list ORACLE-L" Sent: Tuesday, December 12, 2000 4:21 PM Subject: left outer to two tables ...??? > quick dumb help... > > can someone please send me some outer join syntax? I am having trouble > getting > > table A left outer join table B > table A left outer join table C > > I am having some trouble getting my hands around this. > > thanks > > adam > -- > Please see the official ORACLE-L FAQ: http://www.orafaq.com > -- > Author: Adam Turner > INET: ATurner@concreteinc.com > > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California -- Public Internet access / Mailing Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB ORACLE-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing).