I tried to search for similar question here, but can't find one (yet). Here's a scenario:

A person asked about "How to build a SQL query to get count and blah blah blah..."

His tag is just "mysql". I helped to add "sql" and "count" tags to it.

Someone answered with a nice SQL statement that has a "group by" statement which seems "logically inevitable".

I proceed to add a tag "group-by". I did that on the basis that someone search for "group-by" will be able to find this post which I found useful. My concern is, it wasn't described at all in the question nor implying it explicitly. Unlike "sql" and "count".

What will be you guys' opinion?

PS: The scenario above is a real one here. And the one who answered it nicely is Jon Skeet. :P

share|improve this question
1  
Weird, there a vote up while the view count for the post is 0. Caching at work? :P – o.k.w Oct 22 '09 at 9:32
I agree that a question should be retaged with applicable tags, byt does a group-by tag really add any benefit? Why not a Select tag or a From tag? – lansinwd Oct 22 '09 at 16:33
1  
@lansinwd: Only 5 tags max, and I feel that by-group is the essence of the context. – o.k.w Oct 23 '09 at 0:39

2 Answers

up vote 9 down vote accepted

Why not?

There are five tags to be used on a question, so use them.

When an answer gets accepted, it becomes fused (until no longer accepted) to the question.

A relevant tag to couple the question and answer together with a concept sounds perfectly valid after the fact.

Tags also help in finding related questions and possible dupes.

share|improve this answer
@random: fused, I like this description :) – o.k.w Oct 22 '09 at 9:43

I'd expect that if the user had realized GROUP BY clauses were relevant to his question, he wouldn't have felt the need to ask the question at all :-) But it looks like there's more to his question, according to his comments on Jon's answer, hence this kind of retagging might indeed do the OP a favor and help users follow up on his question.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged