jsonb字段小写转大写

更新于 阅读 10

UPDATE tbl_xxx SET data=jsonb_set(data, '{name}', to_jsonb(LOWER(data->>'name')), true);