Skip to content

Commit 6972f88

Browse files
authored
Create 1069-product-sales-analysis-ii.sql
1 parent acfae94 commit 6972f88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

1069-product-sales-analysis-ii.sql

+2
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)