输出 comment 以 '是' 或 '求' 开头的的 id select id, comment from comment_detail where comment like '是%' or comment like '求%' order by id 到底是开头还是包含??? 这钱花的真无语