std

std

std 介绍

std(expr) - 返回根据一个组中的值计算出的样本标准差。

Examples:

> SELECT std(col) FROM VALUES (1), (2), (3) AS tab(col);
 1.0

Since: 1.6.0