Where can I find the list of all SQL-standard-mandated aggregate functions? [on hold]
- by einpoklum
I know that different DBMSes support different aggregate functions; for example:
MySQL's aggregates
Oracle's aggregates
I want to get the list of aggregates mandated by the SQL standard. Or, to be more precise, the lists of mandatory aggregates for SQL 1992, 1998, 2003, 2008 and 2011 - with 2011 being the most important to me.
Edit: Of course if I buy a copy of the standards I could compile these lists myself. My question is whether they're accessible somewhere online.