COUNT(CASE WHEN (S.rank = 1) THEN S.loanContractId END ) AS 'MZ', //根据loanContractId 分组,并统计rank=1出现的次数 相关文章: 2022-12-23 2021-10-03 2022-12-23