We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acfae94 commit 6972f88Copy full SHA for 6972f88
1069-product-sales-analysis-ii.sql
@@ -0,0 +1,2 @@
1
+# Write your MySQL query statement below
2
+select product_id, sum(quantity) as total_quantity from Sales s group by product_id;
0 commit comments