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

Home -> Community -> Usenet -> c.d.o.misc -> Re: inner join in Oracle

Re: inner join in Oracle

From: Kevin Kirkpatrick <kjk_at_hrb.com>
Date: Wed, 16 Sep 1998 13:14:53 -0400
Message-ID: <35FFF20D.78FA157F@hrb.com>


Opps, disregard that message. I just found another way to write the query. But, I would be curious to know if inner join exists in Oracle. I know that outer joins do exist denoted:

select * from table1, table2 where table1.id (+) = table2.id;

That is correct, right?
Oh well, thanks anyways
Kevin

Kevin Kirkpatrick wrote:

> I created an inner join SQL statement in access but I noticed that the
> statement will not work in oracle. Is there a particular way oracle
> does this type of a join? I am going to explore other ways around it
> for now, since there may be numerous ways of writing the same query.
> Thanks
>
> Kevin
Received on Wed Sep 16 1998 - 12:14:53 CDT

Original text of this message

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