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