摘要: select Score,(select count(distinct score) from Scores where score >= s.score) as Rank from Scores s order by score desc select count(distinct score) 阅读全文
posted @ 2020-02-13 10:27 御不凡 阅读(3814) 评论(0) 推荐(0) 编辑