Last updated 3 years ago
Was this helpful?
SELECT user_id, COUNT(*) AS followers_count FROM Followers GROUP BY user_id