The error format '##keyword' in a lot of docs. This pr is to repair document format. #4335
1.4 KiB
1.4 KiB
title, language
| title | language |
|---|---|
| VARIANCE,VAR_POP,VARIANCE_POP | en |
VARIANCE,VAR_POP,VARIANCE_POP
Description
Syntax
VARIANCE(expr)
Returns the variance of the expr expression
example
MySQL > select variance(scan_rows) from log_statis group by datetime;
+-----------------------+
| variance(`scan_rows`) |
+-----------------------+
| 5.6183332881176211 |
+-----------------------+
MySQL > select var_pop(scan_rows) from log_statis group by datetime;
+----------------------+
| var_pop(`scan_rows`) |
+----------------------+
| 5.6230744719006163 |
+----------------------+
keyword
VARIANCE,VAR_POP,VARIANCE_POP,VAR,POP