Skip to content

Commit 04bc02d

Browse files
authored
Merge pull request #792 from daschall/patch-7
Update sum-transact-sql.md
2 parents 5b05d80 + 712da0b commit 04bc02d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/t-sql/functions/sum-transact-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "SUM (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/13/2017"
@@ -43,8 +43,8 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
4343
```
4444
-- Syntax for SQL Server and Azure SQL Database
4545
46-
SUM ( [ ALL | DISTINCT ] expression )
47-
OVER ( [ partition_by_clause ] order_by_clause )
46+
SUM ( [ ALL | DISTINCT ] expression )
47+
[ OVER ( [ partition_by_clause ] order_by_clause ) ]
4848
```
4949

5050
```

0 commit comments

Comments
 (0)