Files
doris/docs/zh-CN/sql-reference/sql-functions/aggregate-functions/var_samp.md
ZhangYu0123 1d9b3aeee7 [Doc] Repair document format (#4336)
The error format '##keyword' in a lot of docs. This pr is to repair document format. #4335
2020-08-13 23:39:41 +08:00

1.2 KiB
Executable File

title, language
title language
VAR_SAMP,VARIANCE_SAMP zh-CN

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