STDEVP (Transact-SQL)
SQL Server 2008
Returns the statistical standard deviation for the population for all values in the specified expression. May be followed by the OVER clause.
Returns the statistical standard deviation 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 a numeric expression. Aggregate functions and subqueries are not permitted. expression is an expression of the exact numeric or approximate numeric data type category, except for the bit data type.
