mysql查询json字符串

例如 table test 字段extend 内容为

{
	"cq_user_id": "b11b84f376"
}

select * from test where json_extract(extend,'$.cd_user_id') != ''

原文地址:https://www.cnblogs.com/ianlab/p/12909386.html