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.8.17.1.
- Grouping
- 3.8.17.2.
- Distinctness
- 3.8.17.3.
- Filtering
- 3.8.17.4.
- Ordering
- 3.8.17.5.
- Ordering WITHIN GROUP
- 3.8.17.6.
- Keeping
- 3.8.17.7.
- ARRAY_AGG
- 3.8.17.8.
- AVG
- 3.8.17.9.
- BOOL_AND
- 3.8.17.10.
- BOOL_OR
- 3.8.17.11.
- COLLECT
- 3.8.17.12.
- COUNT
- 3.8.17.13.
- CUME_DIST
- 3.8.17.14.
- DENSE_RANK
- 3.8.17.15.
- EVERY
- 3.8.17.16.
- GROUP_CONCAT
- 3.8.17.17.
- LISTAGG
- 3.8.17.18.
- MAX
- 3.8.17.19.
- MEDIAN
- 3.8.17.20.
- MIN
- 3.8.17.21.
- MODE
- 3.8.17.22.
- PERCENT_RANK
- 3.8.17.23.
- PERCENTILE_CONT
- 3.8.17.24.
- PERCENTILE_DISC
- 3.8.17.25.
- PRODUCT
- 3.8.17.26.
- RANK
- 3.8.17.27.
- SUM
previous : next |
Feedback
Do you have any feedback about this page? We'd love to hear it!