Skip to content

Commit 3dc6e8a

Browse files
authored
Merge pull request #796 from daschall/patch-3
Update max-transact-sql.md
2 parents e73b4a9 + 26dfd77 commit 3dc6e8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/t-sql/functions/max-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: "MAX (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "08/23/2017"
@@ -36,8 +36,8 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
3636
## Syntax
3737

3838
```
39-
MAX ( [ ALL | DISTINCT ] expression )
40-
OVER ( [ partition_by_clause ] order_by_clause )
39+
MAX ( [ ALL | DISTINCT ] expression )
40+
[ OVER ( [ partition_by_clause ] order_by_clause ) ]
4141
```
4242

4343
## Arguments

0 commit comments

Comments
 (0)