For the complete documentation index, see llms.txt. This page is also available as Markdown.

STDDEV_POP

This section contains reference documentation for the STDDEV_POP function.

Returns the population standard deviation of a numerical column.

Signatures

STDDEV_POP(col1) -> double

Usage Examples

These examples are based on the Batch Quick Start.

SELECT STDDEV_POP(numberOfGames) AS stddev 
FROM baseballStats

Last updated

Was this helpful?