Skip to content

Commit f624be3

Browse files
authored
Improved task 3626
1 parent 5bfebf5 commit f624be3

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/g3601_3700/s3626_find_stores_with_inventory_imbalance

1 file changed

+1
-1
lines changed

src/main/java/g3601_3700/s3626_find_stores_with_inventory_imbalance/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 #2025_07_25_Time_516_ms_(100.00%)_Space_0.0_MB_(100.00%)
2+
# #Medium #Database #2025_07_25_Time_516_ms_(100.00%)_Space_0.0_MB_(100.00%)
33
WITH store_product_check AS (
44
SELECT
55
s.store_id,

0 commit comments

Comments
 (0)