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.7.16.1.
- Grouping
- 3.7.16.2.
- Distinctness
- 3.7.16.3.
- Filtering
- 3.7.16.4.
- Ordering
- 3.7.16.5.
- Ordering WITHIN GROUP
- 3.7.16.6.
- Keeping
- 3.7.16.7.
- ARRAY_AGG
- 3.7.16.8.
- AVG
- 3.7.16.9.
- BOOL_AND
- 3.7.16.10.
- BOOL_OR
- 3.7.16.11.
- COLLECT
- 3.7.16.12.
- COUNT
- 3.7.16.13.
- CUME_DIST
- 3.7.16.14.
- DENSE_RANK
- 3.7.16.15.
- EVERY
- 3.7.16.16.
- GROUP_CONCAT
- 3.7.16.17.
- LISTAGG
- 3.7.16.18.
- MAX
- 3.7.16.19.
- MEDIAN
- 3.7.16.20.
- MIN
- 3.7.16.21.
- MODE
- 3.7.16.22.
- PERCENT_RANK
- 3.7.16.23.
- PERCENTILE_CONT
- 3.7.16.24.
- PERCENTILE_DISC
- 3.7.16.25.
- PRODUCT
- 3.7.16.26.
- RANK
- 3.7.16.27.
- SUM
previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!