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 →
其结果等于 varPop 的平方根。
varPop
stddevPopStable
stddevPop(x)
STD
STDDEV_POP
x
(U)Int*
Float*
Decimal*
Float64
CREATE TABLE test_data (population UInt8) ENGINE = Log; INSERT INTO test_data VALUES (3),(3),(3),(4),(4),(5),(5),(7),(11),(15); SELECT stddevPop(population) AS stddev FROM test_data;
┌────────────stddev─┐ │ 3.794733192202055 │ └───────────────────┘
此页面对您有帮助吗?