Difference between revisions of "TYPES"

From rbachwiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 23:45, 31 October 2017

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