SQLite Forum

Feature request: PostgreSQL aggregates
Login

Feature request: PostgreSQL aggregates

(1) By anonymous on 2020-11-28 19:59:22 [source]

Some of the features described in section 4.2.7 of PostgreSQL documentation are implemented in SQLite, such as the FILTER clause; my request is to also implement the ORDER BY clause for aggregate functions too (this would be useful with the built-in group_concat function, as well as for many user-defined aggregate functions).