Var, VarP Functions Example

This example estimates the variance of freight costs.

SELECT Var([Freight]) FROM Orders WHERE [Ship Country] = 'UK';

SELECT VarP([Freight]) FROM Orders WHERE [Ship Country] = 'UK';