difference of CLOB Fields
Hi ,
am using CLOB fields in few of my tables, but when i use the minus query its not showing proper result.
Ex : select ename from emp1
MINUS
select ename from emp2
assume ename is a field of dat type clob, in this case am getting error meaage inconsistent clob datatype .
any suggestions???