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

Home -> Community -> Usenet -> c.d.o.tools -> Re: SELECT

Re: SELECT

From: Arnaud BLANCHET <ablanchet_at_qualea.fr>
Date: Mon, 29 Jan 2001 12:53:38 +0100
Message-ID: <953lio$5sd$1@wanadoo.fr>

Use External joins

select table1.name,table1.phonenumber,table2.age from table1,table2 where table1.name=table2.name(+)

hth

Arnaud BLANCHET Received on Mon Jan 29 2001 - 05:53:38 CST

Original text of this message

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