Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Null Clob or Isn't it?
Hi All,
I'm new to working with CLOBs. Any ideas on what I'm missing here?
My query below returns a non-zero result:
SELECT count(*)
FROM my_table
WHERE clob_column IS NOT NULL
AND LENGTH(clob_column) = 0;
How can I have a CLOB column of length zero which is not null?
This is on 9.2.0.6
Thanks
Charlotte
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Sep 07 2006 - 05:24:00 CDT
![]() |
![]() |