TYPES

From rbachwiki
Revision as of 23:45, 31 October 2017 by Bacchas (talk | contribs) (Created page with "==MIN()Returns the smallest Value== ==MAX() Returns the largest Value == ==SUM() Returns the sum of values == ==AVG() Returns the Average of Values == ==COUNT() Returns th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MIN()Returns the smallest Value

MAX() Returns the largest Value

SUM() Returns the sum of values

AVG() Returns the Average of Values

COUNT() Returns the number or rows

FIRST() Returns the first value of the group

LAST() Returns the last value of the group