SQL判断某字符出现次数,小技巧
作者:高景洋 日期:2017/03/31 17:37 浏览次数:2104
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://www.zhihu.so/art102.aspx">SQL判断某字符出现次数,小技巧</a>
相关文章
友情链接
支付宝打赏(内容对您有帮助的话)
微信交流