LeetCode刷题实战586:订单最多的客户
程序IT圈
共 950字,需浏览 2分钟
·
2022-04-26 07:31
Write an SQL query to find the customer_number for the customer who has placed the largest number of orders.
The test cases are generated so that exactly one customer will have placed more orders than any other customer.
评论