说明:解析json的字符串json_string,可指定多个json数据中的key,返回对应的value。如果输入的json字符串无效,那么返回NULL。...,转化为每行显示
split(regexp_replace(regexp_replace(
'[{"user_name":"chimchim","age":30,"sex":"woman"},{"user_name...select array('A','B','C') ;
regexp_replace函数
语法: regexp_replace(string A, string B, string C)
说明:将字符串...注意,在有些情况下要使用转义字符,类似oracle中的regexp_replace函数。...(regexp_replace(regexp_replace(json, '\\[|\\]',''),'\\s',''),'\\}\\,\\{','\\}\\;\\{'),'\\;')) tmp1 as