(regexp_replace(
'[{"user_name":"chimchim","age":30,"sex":"woman"},{"user_name":"zonzon","age":2,"sex...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...(regexp_replace(json, '\\{|\\}|\\"',''),'\\s',''),'\\,')) tmp1 as regrep_json
;