Hi all,
I am not able to use the NVL function over clob..please suggest me a way to do the data validation of the CLOB in sql ....
below is the query i was using...
select t1.pic_name,t2.pic_name
from table1 t1,table2 t2
where nvl(t1.picture_message,'X') <> nvl(t2.picture_message,'X');
i am getting the following error....
ORA-00932: inconsistent datatypes: expected - got CLOB
Thanks
Rede