码迷,mamicode.com
首页 > 其他好文 > 详细

查询出menupath字段中 出现 “- "(横杆)大于3次的 记录

时间:2014-09-27 01:27:29      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   os   ar   for   sp   div   art   

bubuko.com,布布扣

表明为productclass    我想查询出menupath字段中 出现 “- "(横杆)大于3次的 记录

答:1 
select from productclass  where menupath  REGEXP ‘[[:digit:]]+-[[:digit:]]+-[[:digit:]]+-‘  这样就可以 不过不建议用正则查询出menupath字段中 出现 “- "(横杆)大于3次的 记录

2

select * from productclass   where length(menupath) - length(replace(menupath,‘-‘,‘‘))  >3

查询出menupath字段中 出现 “- "(横杆)大于3次的 记录

标签:style   color   io   os   ar   for   sp   div   art   

原文地址:http://www.cnblogs.com/M-D-Luffy/p/3995751.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!