arrow-left

All pages
gitbookPowered by GitBook
1 of 1

Loading...

VAR_SAMP

This section contains reference documentation for the VAR_SAMP function.

Returns the sample variance of a numerical column.

hashtag
Signatures

VAR_SAMP(col1) -> double

hashtag
Usage Examples

These examples are based on the .

SELECT VAR_SAMP(numberOfGames) AS variance 
FROM baseballStats
Batch Quick Start