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

Home -> Community -> Usenet -> c.d.o.tools -> Simple Query?

Simple Query?

From: jop <jop_at_novabase.pt>
Date: Tue, 29 May 2001 09:10:54 +0100
Message-ID: <jQIQ6.5963$gR.18202769@newsserver.ip.pt>

I do I select all the customers from the same city? I thought it would be like this:

SELECT C.Name, C.City
FROM Customer C, Customer Ca
WHERE C.City = Ca.City

But I get an unexpected result. Received on Tue May 29 2001 - 03:10:54 CDT

Original text of this message

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