VARP (Transact-SQL)
SQL Server 2008
Returns the statistical variance for the population for all values in the specified expression. May be followed by the OVER clause.
Returns the statistical variance for the population for all values in the specified expression. May be followed by the OVER clause.
Applies the function to all values. ALL is the default.
Specifies that each unique value is considered.
Is an expression of the exact numeric or approximate numeric data type category, except for the bit data type. Aggregate functions and subqueries are not permitted.

