1. JSON_EXTRACT
Mysql使用函数json_extract处理Json类型数据
处理Json类型数据
select test_groups from style where JSON_EXTRACT(test_groups, '$.pattern[0].data') like '"%2%"' limit 100
Mysql使用函数json_extract处理Json类型数据
处理Json类型数据
select test_groups from style where JSON_EXTRACT(test_groups, '$.pattern[0].data') like '"%2%"' limit 100