arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

STDDEV_SAMP

This section contains reference documentation for the STDDEV_SAMP function.

Returns the sample standard deviation of a numerical column.

hashtag
Signatures

STDDEV_SAMP(col1) -> double

hashtag
Usage Examples

These examples are based on the .

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