Expression
This part list all supported aggregate functions.
count(column)
: count the number of rows.sum(column)
: sum the values of the column.avg(column)
: calculate the average value of the column.min(column)
: find the minimum value of the column.max(column)
: find the maximum value of the column.
当前内容版权归 GreptimeDB 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 GreptimeDB .