variance/var_pop

This function is used to return the variance of a column.

Syntax

variance(col), 
var_pop(col)

Parameters

Table 1 Parameter

Parameter

Mandatory

Description

col

Yes

Columns with a data type of numeric.

If the value is of any other type, NULL is returned.

Return Values

The return value is of the DOUBLE type.

Example Code