JSON_CONTAINS in MySQL. ... "5"]'), (2, '["13", "5", "25"]'); select * from staffs1 where json_contains(location_ids, '"13"'); drop table if exists staffs2; ...
確定! 回上一頁