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: Oracle sql completed with warnings...

Re: Oracle sql completed with warnings...

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 06 Jul 2006 12:01:48 -0700
Message-ID: <1152212511.336276@bubbleator.drizzle.com>


Lionel wrote:

> The sql statement looks like this:
>
> select a.column1, count(distinct b.id) as nb_b
> from table1 a, table2 b
> where a.id = b.a_id (+)

Lets see one non-aggregated column
One aggregated column ... COUNT(...)
No GROUP BY clause

I wonder what could be the problem. ;-)

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Thu Jul 06 2006 - 14:01:48 CDT

Original text of this message

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