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: how to select a 'not unique' field?

Re: how to select a 'not unique' field?

From: Jay Weiland <jay_at_pixar.com>
Date: Thu, 14 Dec 2000 17:10:31 -0800
Message-ID: <3A396F87.BE872844@pixar.com>

Jay Weiland wrote:

> having count(nvl(resultid, null)) > 1

Bah... I meant:

having count(nvl(resultid, 'Null')) > 1 Received on Thu Dec 14 2000 - 19:10:31 CST

Original text of this message

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