Lc178-分数排名

Posted xiaoshahai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Lc178-分数排名相关的知识,希望对你有一定的参考价值。

--oracle
/*
Write your PL/SQL query statement below */ select score,dense_rank() over(order by score desc) as Rank from scores
--mysql

以上是关于Lc178-分数排名的主要内容,如果未能解决你的问题,请参考以下文章

178. 分数排名

178. 分数排名

LeetCode-178:分数排名

LeetCode-178-分数排名(面试必备)

Leetcode No.178 分数排名

文巾解题 178. 分数排名