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 8.1.5.i : Strange problem with SELECT COUNT(*) WHERE ... IS NULL

Re: ORACLE 8.1.5.i : Strange problem with SELECT COUNT(*) WHERE ... IS NULL

From: Mario Bucsics <mario.bucsicsNOqlSPAM_at_siemens.at>
Date: Wed, 22 Sep 1999 00:23:27 -0700
Message-ID: <03aa077e.8c092907@usw-ex0102-010.remarq.com>

Hi

I donīt know if this works but you could try it:

select count(etat) from table_name where etat is null;

 Mario Bucsics

Received on Wed Sep 22 1999 - 02:23:27 CDT

Original text of this message

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