Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: A simple oracle question?
On Fri, 27 Aug 2004 16:02:21 +0800, "Benjamin Wang"
<zwang2_at_lucent.com> wrote:
>Hey,
>
>could you give some explanation on the following expression:
>AND h.vendor_site_id = i.vendor_site_id (+)
>
>What's means of {+}?
>
>Thanks,
>
>
Outer join. There may be no record in the table referred to by i. Outer joins are a standard RDBMS concept.
-- Sybrand Bakker, Senior Oracle DBAReceived on Fri Aug 27 2004 - 03:27:31 CDT
![]() |
![]() |