二、常用的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
相關文章
相關標籤/搜索