Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange SQL statement - what's it doin?
Message
General information
Forum:
Oracle
Category:
Other
Miscellaneous
Thread ID:
01517776
Message ID:
01517794
Views:
25
>SELECT A.*, P.PName, M.ref_MR ;
>FROM A, P, M ;
>WHERE ref_RefNo = RefNo AND ;
> A.ByDr = P.PNumber(+) ;
> ORDER BY GLAcct, PatNme
>
>
>Ok what the heck is the ( + ) doing in this statement?

If I remember correctly is an outer join, old syntax.

[Update] Just googled [oracle outer join syntax] and the first find confirms that my memory was not wrong (surprise!)

http://www.dba-oracle.com/tips_oracle_left_outer_join.htm

[/Update]
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform