Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> What does the (+) operator mean in sql queries?
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 Sun Apr 14 2002 - 16:27:38 CDT
![]() |
![]() |