Files
doris/docs/documentation/cn/sql-reference/sql-functions/aggregate-functions/var_samp.md
xy720 4c2a3d6da4 Merge Help document to documentation (#1586)
Help document collation (integration of help and documentation documents)
2019-08-07 21:31:53 +08:00

373 B
Executable File

VAR_SAMP,VARIANCE_SAMP

description

Syntax

VAR_SAMP(expr)

返回expr表达式的样本方差

example

MySQL > select var_samp(scan_rows) from log_statis group by datetime;
+-----------------------+
| var_samp(`scan_rows`) |
+-----------------------+
|    5.6227132145741789 |
+-----------------------+
##keyword
VAR_SAMP,VARIANCE_SAMP,VAR,SAMP,VARIANCE