二、常用的sql技巧

2.1 正则表达式的使用 ?regexp select “linux is very good!” regexp “.*”; 使用正则表达式“$” 和[] 进行匹配 mysql>select name, email from t where email REGEXP “@163[.,]com$” 使用like方式查询 mysql>select name, email from t where em
相关文章
相关标签/搜索