how long before I get tag badges?
Q&A for programmers
-- How many upvotes do I have for each tag? -- how long before I get tag badges? DECLARE @UserId int = ##UserId## SELECT TOP 20 TagName, COUNT(*) AS UpVotes FROM Tags INNER JOIN PostTags ON PostTags.TagId = Tags.id INNER JOIN Posts ON Posts.ParentId = PostTags.PostId INNER JOIN Votes ON Votes.PostId = Posts.Id WHERE Votes.VoteTypeId=2 AND Posts.CommunityOwnedDate IS NULL AND Posts.OwnerUserId = @UserId GROUP BY TagName ORDER BY UpVotes DESC
Error: looks like you typed in the wrong words - try again