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

存量题库数据更新

This commit is contained in:
2023-12-09 18:42:21 +08:00
parent a788808cd7
commit c198538f10
10843 changed files with 288489 additions and 248355 deletions

View File

@@ -7,13 +7,13 @@
| order_number | int |
| customer_number | int |
+-----------------+----------+
Order_number是该表的主键。
在 SQL 中,Order_number是该表的主键。
此表包含关于订单ID和客户ID的信息。
</pre>
<p>&nbsp;</p>
<p>编写一个SQL查询下了 <strong>最多订单</strong> 的客户查找 <code>customer_number</code></p>
<p>查找下了 <strong>最多订单</strong>&nbsp;的客户 <code>customer_number</code></p>
<p>测试用例生成后, <strong>恰好有一个客户</strong> 比任何其他客户下了更多的订单。</p>