Skip to main content

variance_samp

Returns the sample variance of non-NULL records in a group. If all records inside a group are NULL, a NULL is returned.

Syntax

variance_samp ( <expr> )

Arguments

<expr>

An expression that evaluates to a numeric value. This is the expression on which the variance is calculated.

Returns

The data type of the returned value is float.

If all records inside a group are NULL, this function returns NULL.