Skip to content

Commit d28cc3e

Browse files
committed
Improved time tag
1 parent 3115587 commit d28cc3e

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g3701_3800/s3705_find_golden_hour_customers

1 file changed

+1
-1
lines changed

src/main/java/g3701_3800/s3705_find_golden_hour_customers/script.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Write your MySQL query statement below
2-
# #Medium #Database #2025_10_10_Time_279_ms_(74.02%)_Space_0.0_MB_(100.00%)
2+
# #Medium #Database #2025_10_10_Time_281_ms_(71.26%)_Space_0.0_MB_(100.00%)
33
SELECT
44
customer_id,
55
COUNT(order_id) AS total_orders,

0 commit comments

Comments
 (0)