We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b05d80 + 712da0b commit 04bc02dCopy full SHA for 04bc02d
1 file changed
docs/t-sql/functions/sum-transact-sql.md
@@ -1,4 +1,4 @@
1
----
+---
2
title: "SUM (Transact-SQL) | Microsoft Docs"
3
ms.custom: ""
4
ms.date: "03/13/2017"
@@ -43,8 +43,8 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
43
```
44
-- Syntax for SQL Server and Azure SQL Database
45
46
-SUM ( [ ALL | DISTINCT ] expression )
47
- OVER ( [ partition_by_clause ] order_by_clause )
+SUM ( [ ALL | DISTINCT ] expression )
+ [ OVER ( [ partition_by_clause ] order_by_clause ) ]
48
49
50
0 commit comments