在SQL中怎么统计一个字段里某个特定字符的个数
展开全部
select sum(length(couponrecordid)-length(replace(couponrecordid,',',''))) from t_order where paytype=2 and (studentstate!=4 and coachstate!=4)
and couponrecordid like '%,%';
其中:couponrecordid 字段中的值:
12,566
67,45,88,99
134,7,8,9,678
and couponrecordid like '%,%';
其中:couponrecordid 字段中的值:
12,566
67,45,88,99
134,7,8,9,678
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询