Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ClickHouse launches Claude-powered Agents and House Mates partner program at Open House 2026 Read more →
算術平均を算出します。
avg(x)
x
(U)Int*
Float*
Decimal
NaN
Float64
SELECT avg(x) FROM VALUES('x Int8', 0, 1, 2, 3, 4, 5);
┌─avg(x)─┐ │ 2.5 │ └────────┘
CREATE TABLE test (t UInt8) ENGINE = Memory; SELECT avg(t) FROM test;
┌─avg(x)─┐ │ nan │ └────────┘
このページは役に立ちましたか?