mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
7170f3c534
* prefer relative links from root * wip * split aggregate function reference * split system tables
8 lines
130 B
Markdown
8 lines
130 B
Markdown
---
|
|
toc_priority: 5
|
|
---
|
|
|
|
# avg {#agg_function-avg}
|
|
|
|
Calculates the average. Only works for numbers. The result is always Float64.
|