MySQL5.7對json字符串進行模糊查詢

需求:須要對某表的某一個json字段中的某一個屬性進行模糊查詢web 方法一: select * from json_test where json_extract(jsonConent, ‘$.activityName’) like "%測試%"json 方法二:svg select * from json_test where jsonConent->’$.activityName’ like
相關文章
相關標籤/搜索