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: Help with ANSI SQL and Oracle 8i

Re: Help with ANSI SQL and Oracle 8i

From: Paul Q <paulq_at_home.com>
Date: Wed, 28 Jul 1999 12:29:03 GMT
Message-ID: <jICn3.13900$um6.157510@news2.rdc1.on.home.com>


Called an outer join in Oracle
select * from a,b
where a.id(+)=b.id

SW wrote in message <7nmqo1$le1$1_at_fe2.cs.interbusiness.it>...
>Hi,
>
>I need to make a query like this:
>
>select *
>from a left join b
>where a.id = b.id
>
>
>I want to use the ANSI SQL92 syntax and not the Oracle syntax
>
>Can someone help me?
>
>Thanks
>
>
>
>
>
Received on Wed Jul 28 1999 - 07:29:03 CDT

Original text of this message

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