We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ccbda commit 39191a1Copy full SHA for 39191a1
1877-find-followers-count/find-followers-count.sql
@@ -0,0 +1,4 @@
1
+SELECT user_id, COUNT(follower_id) as followers_count
2
+FROM Followers
3
+GROUP BY user_id
4
+ORDER BY user_id
0 commit comments