We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3115587 commit d28cc3eCopy full SHA for d28cc3e
src/main/java/g3701_3800/s3705_find_golden_hour_customers/script.sql
@@ -1,5 +1,5 @@
1
# Write your MySQL query statement below
2
-# #Medium #Database #2025_10_10_Time_279_ms_(74.02%)_Space_0.0_MB_(100.00%)
+# #Medium #Database #2025_10_10_Time_281_ms_(71.26%)_Space_0.0_MB_(100.00%)
3
SELECT
4
customer_id,
5
COUNT(order_id) AS total_orders,
0 commit comments