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: Left join bug?

Re: Left join bug?

From: Serge Rielau <srielau_at_ca.ibm.com>
Date: Mon, 06 Aug 2007 13:07:27 -0400
Message-ID: <5hp2q8F3lqe7cU1@mid.individual.net>


Cristian Cudizio wrote:
> besades the fact that i don't know SQL standard i'm a bit confused:
> On 10.2.0.2
> i've :
> SQL> select * from a full outer join b on (1=1);
> NUM NUM
> ---------- ----------
> 1 2
> SQL> select * from a full outer join b on (1=0);
> NUM NUM
> ---------- ----------
> 1
> 2
>
> SQL> select * from a,b;
>
> NUM NUM
> ---------- ----------
> 1 2
>
> Is this correct?

Yes

-- 
Serge Rielau
DB2 Solutions Development
IBM Toronto Lab
Received on Mon Aug 06 2007 - 12:07:27 CDT

Original text of this message

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