Retrieve count of total no of answers corresponding to each tag at user level
问题 I am trying to create a query, to find the count of total number of answers (that I have give in stackoverflow) corresponding to each tag. Through this, I am able to find total count of my accepted, scored and unscored answers. And using this, I am able to find how many upvotes do I have of each tag. I ran the below query in the data.StackExcange to get the desired result, but I did not succeed. This is my query: DECLARE @UserId int = ##UserId## SELECT --TOP 20 TagName, count(a.Id) as