Available in versions: Dev (3.20) | Latest (3.19) | 3.18 | 3.17 | 3.16 | 3.15 | 3.14 | 3.13 | 3.12 | 3.11 | 3.10
This documentation is for the unreleased development version of jOOQ. Click on the above version links to get this documentation for a supported version of jOOQ.
Aggregate functions
Applies to ✅ Open Source Edition ✅ Express Edition ✅ Professional Edition ✅ Enterprise Edition
Aggregate functions work like Java java.util.stream.Collector
, as they aggregate data from a group of data into a new data structure.
This section will first explain concepts common to many aggregate functions, and then proceed to explaining individual aggregate functions supported by jOOQ.
Table of contents
- 3.11.24.1.
- Grouping
- 3.11.24.2.
- Distinctness
- 3.11.24.3.
- Filtering
- 3.11.24.4.
- Ordering
- 3.11.24.5.
- Ordering WITHIN GROUP
- 3.11.24.6.
- Keeping
- 3.11.24.7.
- ANY_VALUE
- 3.11.24.8.
- ARRAY_AGG
- 3.11.24.9.
- AVG
- 3.11.24.10.
- LISTAGG (binary) (new)
- 3.11.24.11.
- BIT_AND_AGG
- 3.11.24.12.
- BIT_NAND_AGG
- 3.11.24.13.
- BIT_NOR_AGG
- 3.11.24.14.
- BIT_OR_AGG
- 3.11.24.15.
- BIT_XOR_AGG
- 3.11.24.16.
- BIT_XNOR_AGG
- 3.11.24.17.
- BOOL_AND
- 3.11.24.18.
- BOOL_OR
- 3.11.24.19.
- COLLECT
- 3.11.24.20.
- COUNT
- 3.11.24.21.
- CUME_DIST
- 3.11.24.22.
- DENSE_RANK
- 3.11.24.23.
- EVERY
- 3.11.24.24.
- GROUP_CONCAT
- 3.11.24.25.
- JSON_ARRAYAGG
- 3.11.24.26.
- JSON_OBJECTAGG
- 3.11.24.27.
- LISTAGG
- 3.11.24.28.
- MAX
- 3.11.24.29.
- MAX_BY (new)
- 3.11.24.30.
- MEDIAN
- 3.11.24.31.
- MIN
- 3.11.24.32.
- MIN_BY (new)
- 3.11.24.33.
- MODE
- 3.11.24.34.
- MULTISET_AGG
- 3.11.24.35.
- PERCENT_RANK
- 3.11.24.36.
- PERCENTILE_CONT
- 3.11.24.37.
- PERCENTILE_DISC
- 3.11.24.38.
- PRODUCT
- 3.11.24.39.
- RANK
- 3.11.24.40.
- SUM
- 3.11.24.41.
- XMLAGG
previous : next |
References to this page
Feedback
Do you have any feedback about this page? We'd love to hear it!