0
点赞
收藏
分享

微信扫一扫

Kotlin 中的数据类型有隐式转换吗?

乌龙茶3297 2024-06-29 阅读 27

👨‍🏫 参考题解
在这里插入图片描述

Code

select contest_id, ROUND(COUNT(user_id) * 100 / (select count(*) from users),2) as percentage
from register
group by contest_id
order by percentage desc, contest_id asc
举报

相关推荐

0 条评论