标签:inf bsp 技术分享 图片 tin cas 分享图片 image The
想要查询班组的数字合计,(打个比方,这个是没有意义的)
select sum(isnull(case when PATINDEX(‘%[^0-9|.|-|+]%‘,班组)!=0 then 0 else cast(班组 as decimal) end,0)) 班组合计 from 部门班组
这个是考虑到正负和小数点,不想要的可以去掉
sql sum varchar 时 过滤字符汉字 的sql写法
标签:inf bsp 技术分享 图片 tin cas 分享图片 image The
原文地址:https://www.cnblogs.com/footmarkofspring/p/9549614.html