SelectDB Cloud
SQL 手册
函数
aggregate-functions
STDDEV_SAMP

STDDEV_SAMP

description

Syntax

STDDEV_SAMP(expr)

返回expr表达式的样本标准差

example

MySQL > select stddev_samp(scan_rows) from log_statis group by datetime;
+--------------------------+
| stddev_samp(`scan_rows`) |
+--------------------------+
|        2.372044195280762 |
+--------------------------+

keywords

STDDEV_SAMP,STDDEV,SAMP

© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标