SELECT * FROM student_test WHERE (字段 LIKE '%条件%');SELECT * FROM student_test WHERE (sex LIKE '%F%') AND (math LIKE '%%');
微信扫一扫
SELECT * FROM student_test WHERE (字段 LIKE '%条件%');SELECT * FROM student_test WHERE (sex LIKE '%F%') AND (math LIKE '%%');