I think you can achieve this only in Mysql 5.7. ... JSON_CONTAINS('[1,2,3,4,5]','7','$') Returns: 0 JSON_CONTAINS('[1,2,3,4,5]','1','$') ...
確定! 回上一頁