Skip to content

Commit 291b20e

Browse files
authored
Update list-the-products-ordered-in-a-period.sql
1 parent f1d5658 commit 291b20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL/list-the-products-ordered-in-a-period.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ FROM (SELECT product_id,
1010
GROUP BY product_id) o
1111
INNER JOIN products p
1212
ON o.product_id = p.product_id
13-
WHERE o.unit >= 100
13+
WHERE o.unit >= 100

0 commit comments

Comments
 (0)