mysql 中使用 json 查询,解析 json 数据 2024-5-16 16:16 | 161 | MySQL,数据库 25 字 | 1 分钟内 mysql 中使用 json 查询,解析 json 数据 使用 json_extract() select so.order_id,so.user_phone,so.real_name,so.user_address,so.user_phone,json_extract(esoci.cart_info, '$.productInfo.store_n…