We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e73b4a9 + 26dfd77 commit 3dc6e8aCopy full SHA for 3dc6e8a
1 file changed
docs/t-sql/functions/max-transact-sql.md
@@ -1,4 +1,4 @@
1
----
+---
2
title: "MAX (Transact-SQL) | Microsoft Docs"
3
ms.custom: ""
4
ms.date: "08/23/2017"
@@ -36,8 +36,8 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
36
## Syntax
37
38
```
39
-MAX ( [ ALL | DISTINCT ] expression )
40
- OVER ( [ partition_by_clause ] order_by_clause )
+MAX ( [ ALL | DISTINCT ] expression )
+ [ OVER ( [ partition_by_clause ] order_by_clause ) ]
41
42
43
## Arguments
0 commit comments