Skip to content

Commit 1e03728

Browse files
committed
Runtime: 523 ms (Top 76.41%) | Memory: 0B (Top 100.00%)
1 parent 1489472 commit 1e03728

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
select user_id,count(follower_id) 'followers_count'
2-
from followers group by user_id order by 1;
1+
-- Runtime: 523 ms (Top 76.41%) | Memory: 0B (Top 100.00%)
2+
elect user_id,count(follower_id) 'followers_count'
3+
from followers group by user_id order by 1;

0 commit comments

Comments
 (0)