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 f1d5658 commit 291b20eCopy full SHA for 291b20e
MySQL/list-the-products-ordered-in-a-period.sql
@@ -10,4 +10,4 @@ FROM (SELECT product_id,
10
GROUP BY product_id) o
11
INNER JOIN products p
12
ON o.product_id = p.product_id
13
-WHERE o.unit >= 100
+WHERE o.unit >= 100
0 commit comments