时间:2021-07-01 10:21:17 帮助过:223人阅读
其中“SELECT result, count( 1 ) n FROM sendsms_log GROUP BY result”是查出短信发送结果分组统计,“SELECT count( 1 ) s FROM sendsms_log”查出所有记录数,round( n / s * 100, 5 )计算百分比,保留5位小数。效果:
result | n | rat |
至尊 | 100 | 10% |
总代 | 100 | 10% |
市代 | 300 | 30% |
分销 | 500 | 50% |
MySQL 分组统计并列出百分比
标签:style order sms 短信发送 结果 table class code col