I have some json data in video_status_ids in mysql, I am trying to retrieve all records having 3
MySql version: 5.7.23
Demo records
[3, 6, 9]
[7, 3, 10]
Query
SELECT * FROM `videos` WHERE JSON_SEARCH(video_status_ids, "one", 3);
Resulting 0 records