| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: outer join question
ciapecki wrote:
> On 17 Aug., 17:32, ciapecki <ciape..._at_gmail.com> wrote: >
> > > the output again (since it was messed up in the message): > Query finished, retrieving results... > A_ID, B_ID > -------- -------- > 2 2 > 1 > > 2 row(s) retrieved > > chris >
I'm confused now, because when I run this:
select a.id a_id, b.id b_id
from tableA a, tableB b
where a.id(+) = b.id
returns
SQL> /
A_ID B_ID
---------- ----------
2 2
3
Which I expected.
Which makes the authors question {A left outer join on A and B returns all B's rows, correct). And alls well in my head at this point.
And your statement 'from tableA a left outer join tableB b' would be the other way around, from tableB b left outer join tableA a? Yet when written as a question could be interpreted as either.
Arrrrrrrrrgh! ;-) Received on Fri Aug 17 2007 - 12:04:06 CDT
![]() |
![]() |