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

Home -> Community -> Usenet -> comp.databases.theory -> Re: Advanced(?) query question

Re: Advanced(?) query question

From: Anders Steinlein <dinhelt_at_online.noSPAM>
Date: Fri, 19 Sep 2003 20:20:03 +0200
Message-ID: <MPG.19d5673cbe49c8469896e1@news.online.no>


In article <ZWuab.6834$nU6.1269431_at_twister.nyc.rr.com>, jag_at_acm.org says...
>
> SELECT CNT.country_id
> FROM Countries AS CNT
> INNER JOIN
> Cities AS CIT
> ON CNT.country_id = CIT.country_id
> WHERE CNT.password IS NULL
> GROUP BY CNT.country_id
> HAVING COUNT(*) <= 10

Thanks, it worked out great. Maybe about time to brush up on the GROUP BY / HAVING clauses. =)

\Anders Received on Fri Sep 19 2003 - 13:20:03 CDT

Original text of this message

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