mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-13 11:21:42 +08:00
存量题库数据更新
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
| salary | int |
|
||||
| managerId | int |
|
||||
+-------------+---------+
|
||||
Id是该表的主键。
|
||||
id 是该表的主键(具有唯一值的列)。
|
||||
该表的每一行都表示雇员的ID、姓名、工资和经理的ID。
|
||||
</pre>
|
||||
|
||||
<p> </p>
|
||||
|
||||
<p>编写一个SQL查询来查找收入比经理高的员工。</p>
|
||||
<p>编写解决方案,找出收入比经理高的员工。</p>
|
||||
|
||||
<p>以 <strong>任意顺序</strong> 返回结果表。</p>
|
||||
|
||||
<p>查询结果格式如下所示。</p>
|
||||
<p>结果格式如下所示。</p>
|
||||
|
||||
<p> </p>
|
||||
|
||||
|
Reference in New Issue
Block a user