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 -> URGENT: sql group by clause has stopped working

URGENT: sql group by clause has stopped working

From: blah <blah_at_blah.com>
Date: Thu, 08 Aug 2002 23:12:18 GMT
Message-ID: <mVC49.103$Ot2.12202@news.optus.net.au>


Hi All,

I can't figure this out.

select owner
from smith
where job = 'comp'
and branch = '9'
group by owner;

How can the above query return duplicates?

Thanks,
Wilk Received on Thu Aug 08 2002 - 18:12:18 CDT

Original text of this message

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