STDEV
Description
Returns the statistical standard deviation of all values in the specified expression. (STDEV in Transact-SQL).
Sample Source Pattern
Syntax
STDEV ( [ ALL | DISTINCT ] expression ) STDDEV( [ DISTINCT ] <expression_1> )Examples
Code:
Result:
Code:
Result:
Known Issues
No issues were found.
Related EWIs
No related EWIs.
Last updated
