stddev_pop()

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

stddev_pop() follows this syntax.

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