SELECT * FROM `table` WHERE JSON_SEARCH(json_field, 'one', 'Java%') IS NOT NULL;. use 'one' to find the first match or 'all' to find all ...
確定! 回上一頁