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: ANSI Outer Joins

Re: ANSI Outer Joins

From: Paul Moore <paul.moore_at_uk.origin-it.com>
Date: Thu, 12 Nov 1998 16:13:59 +0100
Message-ID: <364af9de.21722496@news.origin-it.com>


On Thu, 12 Nov 1998 11:31:41 +0100, "Simon Caldwell" <simonATgetrealsystemsDOTcom> wrote:

>We have an application which runs on a number of other databases, and we now
>need to port to Oracle.
>
>The main problem we have, is that our SQL uses the ANSI standard SQL-92
>outer join syntax, which allows multi-table outer joins.
>I have looked on dejanews.com and can't find an answer to the problem, just
>discussion about levels of compliance with SQL-92.
>We need to be able to achieve the same affect as
>
>select a.col1, b.col2, c.col3
>from a, b, c
>where a.col1(+) = b.col1
> and a.col2(+) = c.col1
> and b.col4=c.col4
>
>which would be possible using SQL-92 syntax, which is supported by the other
>databases, but appears not to be using Oracle.
>

I don't understand your question. The syntax you quote works on Oracle. If the syntax you are using is different, please post it...

(Sorry, I don't know what SQL-92 looks like, so I can't say much abot that without examples...)

Paul Moore Received on Thu Nov 12 1998 - 09:13:59 CST

Original text of this message

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