We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd4562 commit a43fba0Copy full SHA for a43fba0
Easy/01069-prooduct-sales-analysis-ii.sql
@@ -0,0 +1,7 @@
1
+-- simple aggregate
2
+
3
+select product_id, sum(quantity) as total_quantity
4
+from Sales
5
+group by 1
6
7
+-- amazon- 1
0 commit comments