摘要:
python re 模块的简介,用途,安装及常用方法 阅读全文
posted @ 2016-05-19 10:27
蜗牛牛
阅读(1054)
评论(0)
推荐(0)
摘要:
1.模式匹配: 标准的sql模式匹配: 操作符:like 、not like 匹配符:_ 单个字符 、% 0或多个字符 扩展的sql模式匹配: 操作符:regexp 、 not regexp count() 与 group by select * , count(*) from tableName 阅读全文
posted @ 2016-05-19 10:26
蜗牛牛
阅读(310)
评论(0)
推荐(1)