Standard deviation
Definition
The standard deviation of the values within a specific column.
Source
data (numeric)
Computation
Uses the SQL standard for all databases STDDEV_SAMP()
, which is a sampling based method.
Last updated
Was this helpful?