字符串函数

get_json_object

// 命令格式
// 获取json中的某个Key
string get_json_object(string <json>, string <path>)
// 案例
select get_json_object('{"a":"1","a":"2"}', '$.a');

最后更新于