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

