题解 | #字符函数正则匹配1#
字符函数正则匹配1
https://www.nowcoder.com/practice/c2ab33676cc84e5593c6d337fd2b685f
select
id,
comment
from
comment_detail
where
comment regexp '是|试|报名'
order by
id;
字符函数正则匹配1
https://www.nowcoder.com/practice/c2ab33676cc84e5593c6d337fd2b685f
select
id,
comment
from
comment_detail
where
comment regexp '是|试|报名'
order by
id;
相关推荐
查看16道真题和解析