var_pop()

Returns the population variance of the values in a field. Accepts measure fields as input. This function does not accept expressions.

var_pop() follows this syntax.

1SELECT var_pop(FIELD1, FIELD2)
2FROM DATASET;