摘要: 知识点: 1.left函数,left(a,b)从左侧截取a的前b位,正确则返回1,错误则返回0。 2.regexp函数,例如:select user()regexp ‘r’;user的结果是root,regexp为匹配root的正则表达式。 3.like函数,例如:select user()like 阅读全文
posted @ 2020-02-04 14:51 mxm$ 阅读(367) 评论(0) 推荐(0)