#1729 Find Followers Count
SELECT user_id, COUNT(*) AS followers_count
FROM Followers
GROUP BY user_idLast updated
Was this helpful?
SELECT user_id, COUNT(*) AS followers_count
FROM Followers
GROUP BY user_idLast updated
Was this helpful?
Was this helpful?