MySQL的JSON使用中文做key

{"你好": {"我好": "123"}}

SELECT sname,JSON_EXTRACT(info, '$."你好"."我好"') FROM t_json;

原文地址:https://www.cnblogs.com/machong/p/11310785.html