mysql json字段内容搜索
参考:https://www.cnblogs.com/cuizb/p/16428478.html
select * from table where JSON_CONTAINS(brandsinfo,'{"companyid": 2027}')
参考:https://www.cnblogs.com/cuizb/p/16428478.html
select * from table where JSON_CONTAINS(brandsinfo,'{"companyid": 2027}')