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 e8cf1ff commit efc88e4Copy full SHA for efc88e4
1729-find-followers-count.sql
@@ -0,0 +1,5 @@
1
+# Write your MySQL query statement below
2
+SELECT user_id, COUNT(follower_id) AS followers_count
3
+FROM Followers
4
+GROUP BY user_id
5
+ORDER BY user_id;
0 commit comments