Help with Join SQL

From: John Dunn <JDunn_at_sefas.com>
Date: Tue, 2 Feb 2016 11:13:52 +0000
Message-ID: <EEC3316514CFB24AB2285394E0D405587C93092D_at_BOU.sefasuk.local>



I need to convert the following Oracle specific code to standard SQL (LEFT OUTER JOINS?)
           
            from tab1,tab2,tab3 
            where 
               tab1.customer(+) = tab3.customer and 
               tab2.customer(+) = tab3.customer ;

Can anyone help?

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 02 2016 - 12:13:52 CET

Original text of this message