Skip to content

Commit

Permalink
Time: 443 ms (84.74%), Space: 0B (100.00%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joseantoniochacon committed Jun 26, 2024
1 parent d8c5c7c commit 81c737b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Write your MySQL query statement below
SELECT customer_number FROM (SELECT customer_number, COUNT(customer_number) AS orders FROM Orders GROUP BY customer_number) count ORDER BY orders DESC LIMIT 1

0 comments on commit 81c737b

Please sign in to comment.