We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d45596 + 8458af7 commit 5c762d2Copy full SHA for 5c762d2
1 file changed
docs/t-sql/functions/stdev-transact-sql.md
@@ -1,4 +1,4 @@
1
----
+---
2
title: "STDEV (Transact-SQL) | Microsoft Docs"
3
ms.custom: ""
4
ms.date: "03/13/2017"
@@ -38,8 +38,8 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
38
```
39
-- Syntax for SQL Server and Azure SQL Database
40
41
-STDEV ( [ ALL | DISTINCT ] expression )
42
- OVER ( [ partition_by_clause ] order_by_clause )
+STDEV ( [ ALL | DISTINCT ] expression )
+ [ OVER ( [ partition_by_clause ] order_by_clause ) ]
43
44
45
0 commit comments