The error format '##keyword' in a lot of docs. This pr is to repair document format. #4335
1.2 KiB
Executable File
1.2 KiB
Executable File
title, language
| title | language |
|---|---|
| STDDEV_SAMP | zh-CN |
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 |
+--------------------------+
keyword
STDDEV_SAMP,STDDEV,SAMP