comparision of CLOB data types
HI All,
Can anybody guide me how to how to compare two columns of data type CLOB from same table.
For e.g. I have emp table with test1 and test2 fields of datatype CLOB.
My content in test1 is id:=100|Name:=Rajesh|sal:=2000
My conent in test2 is id:=200|Name:=Rajesh|sal:4000
Now I need to compare test1 id with test2 id and should print the result like id and salary is mismatching.
Here for e.g. I showed 3 values but I have many values to compare.
Thanks in advance for your efforts!