mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-12 10:51:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
| id | int |
|
||||
| salary | int |
|
||||
+-------------+------+
|
||||
Id是该表的主键列。
|
||||
在 SQL 中,id 是该表的主键。
|
||||
该表的每一行都包含有关员工工资的信息。
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>编写一个SQL查询来报告 <code>Employee</code> 表中第 <code>n</code> 高的工资。如果没有第 <code>n</code> 个最高工资,查询应该报告为 <code>null</code> 。</p>
|
||||
<p>查询 <code>Employee</code> 表中第 <code>n</code> 高的工资。如果没有第 <code>n</code> 个最高工资,查询结果应该为 <code>null</code> 。</p>
|
||||
|
||||
<p>查询结果格式如下所示。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user