Aggregation functions.
Public Methods | |
Num | avg () |
AVG($this) More... | |
Num | avgDistinct () |
AVG(DISTINCT $this) More... | |
Num | count () |
COUNT($this) More... | |
Num | countDistinct () |
COUNT(DISTINCT $this) More... | |
Str | groupConcat (string $delimiter=',') |
GROUP_CONCAT($this) using a delimiter. More... | |
Num | max () |
MAX($this) More... | |
Num | min () |
MIN($this) More... | |
Num | sum () |
SUM($this) More... | |
Num | sumDistinct () |
SUM(DISTINCT $this) More... | |
Str groupConcat | ( | string | $delimiter = ',' | ) |