Last updated
Was this helpful?
Last updated
Was this helpful?
expression1: An expression that evaluates to a numeric type. This parameter is the dependent value.
expression2: An expression that evaluates to a numeric type. This parameter is the independent value.
Examples
This function supports the use of ALL
and DISTINCT
:
SELECT COVAR_SAMP( [ { ALL | DISTINCT } ] expression1, expression2)
Returns the sample covariance for non-NULL pairs across all input values.