mysql根据某个字段切割并分组,在统计

参考博主网址mysql根据某个字段切割并分组,再统计

数据库表字段结构类似如下所示:

在这里插入图片描述

注:此sql不和上面的表结构相对应
select pcu.user_name userName, IFNULL(sum(investment_rmb_fee), 0)  investmentRmbFee  from  (SELECT o.investment_rmb_fee, SUBSTRING_INDEX( SUBSTRING_INDEX( pcp.principal_by, ',', b.help_topic_id + 1 ), ',',- 1 ) AS id 
FROM `a` AS pcp JOIN help_topic AS b ON b.help_topic_id < ( length( pcp.principal_by ) - length( REPLACE ( pcp.principal_by, ',', '' ) ) + 1 ) left join a_other o on o.project_id = pcp.project_id  where pcp.principal_by is not null and  pcp.principal_by != "" )  splitPcp   left join u pcu on pcu.company_user_id = splitPcp.id where pcu.user_name is not null
group by id,pcu.user_name ORDER BY investmentRmbFee desc 

分组统计每个的金额总数查询结果:
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值