There are a number of tags for SQL key words. And I think that makes sense, mostly. However, many of those keywords are not very selective or descriptive by themselves as they are very common words. As SO grows, many of them are competing with other fields. I started editing a new tag wiki on sql-limit, but now I wonder how deep the rabbit hole goes.
List of candidates
with-clause x 8
where × 567
where-clause × 613
group-by × 2353
groupby - synonym of above
having × 138
having-clause × 44 - proposed synonym
distinct × 874
distinct-on × 7 - possibly merge candidate for the above
union × 1044
union-all × 64 - possibly merge candidate for the above
intersect × 99
except × 47
order-by × 1504
orderby - synonym of above
limit × 1001
limit-clause × 2
My proposal
is to create (at least) the following tags and make all some of the above (possibly more) synonyms.
sql-with-clause sql-where sql-group-by sql-having sql-distinct sql-union sql-intersect sql-except sql-order-by sql-limit
I only picked the ones where I found a tag already. Feel free to edit if you agree with the general direction.
All of them shall get their tag wikis in a similar fashion, to give them a common appearance. Like, all excerpts should start with "SQL clause". Maybe with a brief example query in the tag wiki highlighting the keyword.
sql-limit can serve as prototype to illustrate that.
Steps
Would be done in three steps:
- Create the new tags - maybe rename some in existence?
- Retag where appropriate.
- Make some of the old keywords synonyms - I'd just propose where I see fit, and the community will vote on it. Or we could discuss that here systematically.
Others will remain as general-purpose tags.
I would like to know how the community feels about this before I proceed.
sql-prefix, the tags are really meta tags (for the most part). I'm all for retagging these, but we can't really use synonyms, we'd have to evaluate them all, because I can see situations where these definitely would be used in other contexts. – casperOne♦ Jul 28 '12 at 4:03[groupby]to[sql-group-by], or even just rename the tag - provided we agreed it's the right thing to do (I am not yet convinced it is). – Erwin Brandstetter Jul 28 '12 at 4:29selectis the deeper rabbit hole. 7k questions. And there'sselect-statement,mysql-select,subselect,selectall,sql-select,select-query,select-into... select tag wiki ... – Mat Jul 28 '12 at 4:37