How-to: Computations
How to read these sections
-
GROUP SUM
: Summing up values through grouping. -
GROUP MAX
/MIN
/AGGR
: Searching for maximum/minimum values through grouping. -
CASE
/IF
/OVERRIDE
: Branching and selection from a set of values. -
GROUP LAST
: Searching for the last value through grouping. -
GROUP CONCAT
: Merging lines through grouping. -
PARTITION
: Distributing values across multiple lines.