题解 | #分析客户逾期情况#

分析客户逾期情况

https://www.nowcoder.com/practice/22633632da344e2492973ecf555e10c9

select
    pay_ability as pay_ability,
    concat (round(count(overdue_days) / count(1) * 100, 1), "%") as overdue_ratio
from
    loan_tb l,
    customer_tb c
where
    l.customer_id = c.customer_id
group by
    pay_ability
order by
    count(overdue_days) / count(1) * 100 desc

全部评论

相关推荐

野猪不是猪🐗:我assume that你must技术aspect是solid的,temperament也挺good的,however面试不太serious,generally会feel style上不够sharp
点赞 评论 收藏
分享
03-09 20:32
运营
牛客972656413号:成绩管理系统会不会有点太。。。
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务