SQL笔试题 分组计算比例+保留小数不够补0+连接字符串【cast、round、decimal、concat函数】
蚂蚁的一道笔试题。本题相关SQL可在线运行:ViewonDBFiddle题面droptableifexists`loan_tb`;CREATETABLE`loan_tb`(`agreement_id`int(11)NOTNULL,`customer_id`int(11)NOTNULL,`loan_amount`int(11)NOTNULL,`pay_amount`int(11)NOTNULL,`o