题解 | 字符函数正则匹配1
字符函数正则匹配1
https://www.nowcoder.com/practice/c2ab33676cc84e5593c6d337fd2b685f
select id,comment from comment_detail where comment like'%试%' or comment like'%是%' or comment like'%报名%' order by id;
字符函数正则匹配1
https://www.nowcoder.com/practice/c2ab33676cc84e5593c6d337fd2b685f
select id,comment from comment_detail where comment like'%试%' or comment like'%是%' or comment like'%报名%' order by id;
相关推荐