I recently asked this question to get related tags like in Stack Overflow: http://stackoverflow.com/questions/1648190/what-is-the-query-to-get-related-tags-like-in-stack-overflow
I would like to show the count like in Stack Overflow, so with each related tag, what is the count of this other tag on questions with the first tag?
Because these queries all have distinct in them. I don't think it is possible but obviously Stack Overflow must be doing this (unless they are doing this in multiple queries.)
Is there any way to get count of related tags all in the same query or must it be done in separate queries?