Home GaussDB将JSON字符串转为对象并取某个字段的值
Post
Cancel

GaussDB将JSON字符串转为对象并取某个字段的值

1
select jsonb_extract_path_text(json_param::jsonb, 'param_a') as param_a from json_test_table;
This post is licensed under CC BY 4.0 by the author.