题解 | #字符函数正则匹配2#
字符函数正则匹配2
https://www.nowcoder.com/practice/ffa301a72a8746ce96a9fb77589be499
select id, comment from comment_detail where comment regexp '^(是|求)';
字符函数正则匹配2
https://www.nowcoder.com/practice/ffa301a72a8746ce96a9fb77589be499
select id, comment from comment_detail where comment regexp '^(是|求)';
相关推荐