题解 | 字符函数正则匹配1
SELECT id, comment FROM comment_detail WHERE comment LIKE "%是%" OR comment LIKE "%试%" OR comment LIKE "%报名%" ORDER BY id;
SELECT id, comment FROM comment_detail WHERE comment LIKE "%是%" OR comment LIKE "%试%" OR comment LIKE "%报名%" ORDER BY id;
相关推荐