Skip to content

Commit 43c948b

Browse files
committed
Runtime: 365 ms (Top 94.59%) | Memory: 0B (Top 100.00%)
1 parent fed576c commit 43c948b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
select sell_date, count( DISTINCT product ) as num_sold ,
2-
1+
-- Runtime: 365 ms (Top 94.59%) | Memory: 0B (Top 100.00%)
2+
elect sell_date, count( DISTINCT product ) as num_sold ,
3+
34
GROUP_CONCAT( DISTINCT product order by product ASC separator ',' ) as products
4-
5-
FROM Activities GROUP BY sell_date order by sell_date ASC;
65

6+
FROM Activities GROUP BY sell_date order by sell_date ASC;

0 commit comments

Comments
 (0)