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: What does the (+) operator mean in sql queries?

Re: What does the (+) operator mean in sql queries?

From: Lanying & Manfred Chen-Fischer <manfis_at_t-online.de>
Date: Mon, 15 Apr 2002 18:23:27 +0200
Message-ID: <a9eupu$r1e$01$1@news.t-online.com>


outer join
"George Weer" <RubberDucky703_at_hotmail.com> schrieb im Newsbeitrag news:a9cs7u$272i5$1_at_ID-116287.news.dfncis.de...
> Hello,
>
> I have a query which is this:
>
> SELECT supplier.id
> FROM supplier, order
> WHERE supplier.id = order.suppid (+)
> AND order.suppid IS NULL;
>
> I'm curious as to what the (+) is for in the query. I'm new in a job
which
> uses alot of oracle and i'm just starting.
>
>
>
> --
> Thanks lots
>
>
> Sorry for C/P not sure where to post.
>
>
Received on Mon Apr 15 2002 - 11:23:27 CDT

Original text of this message

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