arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

STDDEV_POP

This section contains reference documentation for the STDDEV_POP function.

Returns the population standard deviation of a numerical column.

hashtag
Signatures

STDDEV_POP(col1) -> double

hashtag
Usage Examples

These examples are based on the .

SELECT STDDEV_POP(numberOfGames) AS stddev 
FROM baseballStats
Batch Quick Start