It would be great if we can query who all are following a particular tag. So something like this should be the query.
Select * from Users u
inner join TagUserMap tum on u.Id = tum.UserId
where tum.TagId = @tagId
|
It would be great if we can query who all are following a particular tag. So something like this should be the query.
|
||||
|
Your underlying aim:
is already served; for example, using elmah as an example: http://stackoverflow.com/tags/elmah/topusers However, do not use this to create a list of people to harass to answer your question. That will lead to.... consequences ;p |
|||||||||||||||||||||
|
@downvoter!. There is just me, the only person to reply to your question, and so the system assumes that you're talking to me (rather than talking to yourself) and notifies me that you've left me a comment. That's annoying, so please don't do it. It's also annoying for another reason: downvotes are completely anonymous, and that is completely by design. No one is required to tell you why they've downvoted. If they didn't leave a comment, that's their choice. I certainly can't tell you, but reading the FAQ might. – Cody Gray Aug 12 '11 at 10:15