Skip to content

Returns the sample variance. Alias for VARIANCE_SAMP.

func.var_samp(get_column(table, 'score'))
func.var_samp(get_column(table, 'score'))
┌────────┐
252.48
└────────┘
VAR_SAMP(<score>)
SELECT VAR_SAMP(score) FROM test_results;
┌────────┐
252.48
└────────┘