STDDEVPOP
This section contains reference documentation for the STDDEVPOP function.
Last updated
Was this helpful?
This section contains reference documentation for the STDDEVPOP function.
Returns the population standard deviation of values in a group as Double. This is the square root of the population variance.
STDDEVPOP(colName)
These examples are based on the Batch Quick Start.
select STDDEVPOP(hits) AS value
from baseballStats
WHERE hits > 035.13642
Last updated
Was this helpful?
Was this helpful?

