【 使用环境 】 测试环境
【 OB or 其他组件 】Ob oracle
【 使用版本 】3.2.3.1
【问题描述】我想要在 ob oracle 中更新 json 中字段的值,使用官网提供的函数,报错函数不存在
【复现路径】执行SQL,其中basic_config中是有个存放了json数据的 clob 类型字段
select JSON_SET(basic_config, ‘$.incrementMode’,‘IBM_CDC’) from data_node_relation where id = 2;
select JSON_OBJECT(basic_config) from DATA_NODE_RELATION