Skip to content

Commit 39191a1

Browse files
committed
Time: 519 ms (88.81%) | Memory: 0B (100.00%) - LeetSync
1 parent 53ccbda commit 39191a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)