摘要: json函数 1.json_extract 抽取 select json_extract('[10, 20, [30, 40]]', '$[1]'); select json_extract(data, '$.name'), json_extract(data, '$.address') from 阅读全文
posted @ 2020-12-04 14:19 小傻孩丶儿 阅读(300) 评论(0) 推荐(0)