Add within group (order by ...)
clause support for aggregate functions.
#781
Labels
api
Related to library's API
enhancement
New feature or request
mssql
Related to MS SQL Server (MSSQL)
oracle
Related to Oracle
postgres
Related to PostgreSQL
Hey 👋
within group
is a clause that allows ordering the aggregated data, usually found in concat-like functions.This clause is supported in:
rank
.string_agg
.listagg
.The text was updated successfully, but these errors were encountered: