Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: ANSI SQL92 question

Re: ANSI SQL92 question

From: Rob <info_at_ohall.com>
Date: Tue, 6 Oct 1998 23:39:58 +0200
Message-ID: <6ve2qq$4ai$1@goof.de.uu.net>


SELECT A.Cust_Id, B.Company_Id
FROM CustMast A ,CompanyMast B Where A.CompId = B.CompId(+)

OR

SELECT A.Cust_Id, B.Company_Id
FROM CustMast A ,CompanyMast B Where A.CompId(+) = B.CompId

I hope it works
Regards Rob Received on Tue Oct 06 1998 - 16:39:58 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US