Aggregate Function

AVG(expr)

COUNT(expr)

SUM(expr)

MAX([DISTINCT] expr)

MIN([DISTINCT] expr)

GROUP_CONCAT(expr)