Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 421 Bytes

File metadata and controls

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

STDDEV_SAMP

Returns the sample standard deviation of a numerical column.

Signatures

STDDEV_SAMP(col1) -> double

Usage Examples

These examples are based on the Batch Quick Start.

SELECT STDDEV_SAMP(numberOfGames) AS stddev 
FROM baseballStats