mysql查询字段为json,数据为数组时,条件的写法

["17","15","9","5"]
select * from tb where  JSON_CONTAINS(field,'15')

猜你喜欢

转载自blog.csdn.net/qq_24023151/article/details/121560862