|
-
Sep 12th, 2001, 08:59 AM
#1
Thread Starter
Lively Member
Oracle Equivalent of SQL Server Left Join
I was wondering if anyone knew the Oracle equivalent of the Left Join in SQL Server.
Thanks,
Neil Fairweather
-
Sep 12th, 2001, 09:07 AM
#2
Fanatic Member
You put (+) on all instances of the optional table in the where clause, e.g:
SELECT a.x, b.y FROM a, b WHERE a.z = (+) b.z AND b.w (+) = 1
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|