mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 19:01:47 +08:00
批量更新数据
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
| id | int |
|
||||
| salary | int |
|
||||
+-------------+------+
|
||||
在 SQL 中,id 是这个表的主键。
|
||||
id 是这个表的主键。
|
||||
表的每一行包含员工的工资信息。
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>查询并返回 <code>Employee</code> 表中第二高的薪水 。如果不存在第二高的薪水,查询应该返回 <code>null(Pandas 则返回 None)</code> 。</p>
|
||||
<p>查询并返回 <code>Employee</code> 表中第二高的 <b>不同</b> 薪水 。如果不存在第二高的薪水,查询应该返回 <code>null(Pandas 则返回 None)</code> 。</p>
|
||||
|
||||
<p>查询结果如下例所示。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user