mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-13 17:35:14 +08:00
update
This commit is contained in:
@@ -11,7 +11,12 @@
|
||||
在 SQL 中,id 是该表的主键列。
|
||||
该表的每一行表示一个客户的 id、姓名以及推荐他们的客户的 id。</pre>
|
||||
|
||||
<p>找出那些 <strong>没有被</strong> <code>id = 2</code> 的客户 <strong>推荐</strong> 的客户的姓名。</p>
|
||||
<p>找出以下客户的姓名:</p>
|
||||
|
||||
<ol>
|
||||
<li><strong>被任何</strong> <code>id != 2</code> 的用户推荐。</li>
|
||||
<li><strong>没有被</strong> 任何用户推荐。</li>
|
||||
</ol>
|
||||
|
||||
<p>以 <strong>任意顺序</strong> 返回结果表。</p>
|
||||
|
||||
|
Reference in New Issue
Block a user