Tags aggregate (646 questions) and aggregate-functions (777 questions) have basically the same wiki. The latter is specifically about SQL, while the former is more generic, but both are being mostly used on questions about SQL. There's also aggregates (19 questions), that doesn't have a tag wiki.
I'm suggesting merging aggregate and aggregates into aggregate-functions. I tried to suggest synonyms, but I don't have enough score on any of those tags, and a merge seems more appropriate anyway.
UPDATE
I believe other people are not seeing there is a problem with these tags. Unlike what kiamlaluno said on his answer, aggregate is not "a more generic tag about aggregating data". At least, that's not what its wiki says (this is the full wiki; emphasis is mine):
An aggregate, more commonly known as an aggregate function, is a means to examine the values found in multiple rows from a single column. These are grouped together as input on certain criteria to form a single value of more significant meaning or measurement, such as a set, a bag or a list. Aggregates are usually found in SQL.
So, I'm okay if you disagree about merging the tags, but if we don't do that, shouldn't we at least redefine aggregate and completely rewrite its wiki?