Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 401 Bytes

File metadata and controls

20 lines (13 loc) · 401 Bytes
description
This section contains reference documentation for the VAR_SAMP function.

VAR_SAMP

Returns the sample variance of a numerical column.

Signatures

VAR_SAMP(col1) -> double

Usage Examples

These examples are based on the Batch Quick Start.

SELECT VAR_SAMP(numberOfGames) AS variance 
FROM baseballStats