How many comments do I have for each score.
Q&A for statisticians, data analysts, data miners and data visualization experts
DECLARE @UserId int = ##UserId## SELECT Count(*) AS CommentCount, Score FROM Comments WHERE UserId = @UserId GROUP BY Score ORDER BY Score DESC
Error: looks like you typed in the wrong words - try again