Skip to content

variance_pop

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

variance_pop( <expr>)

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

The data type of the returned value is float.

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

ScopeDB Logo ScopeDB
© 2025 ScopeDB. All rights reserved.