Dear All,
Replace function on Clob column in working on test environment instance and not working on production instances.Will there be any configuration settings to be modified at instance level.
select replace(clobcolumn,'.orc','') from tablename -->is replacing string and throwing results in Test Environment
select replace(clobcolumn,'.orc','') from tablename -->is returning all null values in Prod Environment
Version :db2 9.7
With Regards...