Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORACLE 8.1.5.i : Strange problem with SELECT COUNT(*) WHERE ... IS NULL
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
![]() |
![]() |