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
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.22.1.
- Grouping
- 3.11.22.2.
- Distinctness
- 3.11.22.3.
- Filtering
- 3.11.22.4.
- Ordering
- 3.11.22.5.
- Ordering WITHIN GROUP
- 3.11.22.6.
- Keeping
- 3.11.22.7.
- ANY_VALUE
- 3.11.22.8.
- ARRAY_AGG
- 3.11.22.9.
- AVG
- 3.11.22.10.
- BIT_AND_AGG
- 3.11.22.11.
- BIT_NAND_AGG
- 3.11.22.12.
- BIT_NOR_AGG
- 3.11.22.13.
- BIT_OR_AGG
- 3.11.22.14.
- BIT_XOR_AGG
- 3.11.22.15.
- BIT_XNOR_AGG
- 3.11.22.16.
- BOOL_AND
- 3.11.22.17.
- BOOL_OR
- 3.11.22.18.
- COLLECT
- 3.11.22.19.
- COUNT
- 3.11.22.20.
- CUME_DIST
- 3.11.22.21.
- DENSE_RANK
- 3.11.22.22.
- EVERY
- 3.11.22.23.
- GROUP_CONCAT
- 3.11.22.24.
- JSON_ARRAYAGG
- 3.11.22.25.
- JSON_OBJECTAGG
- 3.11.22.26.
- LISTAGG
- 3.11.22.27.
- MAX
- 3.11.22.28.
- MEDIAN
- 3.11.22.29.
- MIN
- 3.11.22.30.
- MODE
- 3.11.22.31.
- MULTISET_AGG
- 3.11.22.32.
- PERCENT_RANK
- 3.11.22.33.
- PERCENTILE_CONT
- 3.11.22.34.
- PERCENTILE_DISC
- 3.11.22.35.
- PRODUCT
- 3.11.22.36.
- RANK
- 3.11.22.37.
- SUM
- 3.11.22.38.
- XMLAGG
previous : next |
References to this page
Feedback
Do you have any feedback about this page? We'd love to hear it!