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: Lionel <SPAMcoollATfreePOINTfr>
Date: Thu, 6 Jul 2006 12:23:35 +0200
Message-ID: <44ace4a3$0$301$626a54ce@news.free.fr>


Anthony wrote:
> Can you cut and paste the sql statement and run it directly under
> SQL*PLUS and then
> post both the query and result?

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 (+)

If I remove the outer join or the sum, the warning disapears... nb_b is sometimes null because of the outer join, but the shouldn't be a warning for that. Received on Thu Jul 06 2006 - 05:23:35 CDT

Original text of this message

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