Results 1 to 2 of 2

Thread: Oracle Equivalent of SQL Server Left Join

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2001
    Location
    Fredericton, NB, Canada
    Posts
    85

    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

  2. #2
    Fanatic Member Bonker Gudd's Avatar
    Join Date
    Mar 2000
    Location
    Saturn
    Posts
    748
    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
  •  



Click Here to Expand Forum to Full Width