当前位置:首页 - SQL

SQL判断某字符出现次数,小技巧

作者:高景洋 日期:2017-03-31 17:37:26 浏览次数:4002
SQL判断某字符出现次数

select LEN(RequestStatus)-LEN(REPLACE(RequestStatus,',',''))
from TableA
where EnteredDate >'2017-03-30' and EnteredDate<'2017-03-31' and Url like '%amazon.com%' and SuccChildrenCount>0
本文永久性链接:
<a href="http://r4.com.cn/art102.aspx">SQL判断某字符出现次数,小技巧</a>
当前header:Host: r4.com.cn X-Host1: r4.com.cn X-Host2: r4.com.cn X-Host3: 127.0.0.1:8080 X-Forwarded-For: 18.97.14.89 X-Real-Ip: 18.97.14.89 X-Domain: r4.com.cn X-Request: GET /art102.aspx HTTP/1.1 X-Request-Uri: /art102.aspx Connection: close User-Agent: CCBot/2.0 (https://commoncrawl.org/faq/) Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: br,gzip