1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 09:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

批量更新数据

This commit is contained in:
2025-01-09 20:29:41 +08:00
parent 04ecea043d
commit 48cdd06c2b
5053 changed files with 156164 additions and 135322 deletions

View File

@@ -7,13 +7,13 @@
| id | int |
| score | decimal |
+-------------+---------+
在 SQL 中,id 是该表的主键。
id 是该表的主键(有不同值的列)
该表的每一行都包含了一场比赛的分数。Score 是一个有两位小数点的浮点值。
</pre>
<p>&nbsp;</p>
<p>查询并对分数进行排序。排名按以下规则计算:</p>
<p>编写一个解决方案来查询分数的排名。排名按以下规则计算:</p>
<ul>
<li>分数应按从高到低排列。</li>
@@ -27,7 +27,7 @@
<p>&nbsp;</p>
<p><strong>示例 1:</strong></p>
<p><strong class="example">示例 1:</strong></p>
<pre>
<strong>输入:</strong>