update zzwk_zzw_todo_temp_csyxzm t set t.info_body =regexp_replace(info_body,'"null"' ,'""' );
commit;
Oracle内正则替换Clob类型内的字符串
最新推荐文章于 2024-09-13 22:19:20 发布
update zzwk_zzw_todo_temp_csyxzm t set t.info_body =regexp_replace(info_body,'"null"' ,'""' );
commit;