We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d115b90 + 9b8b0e4 commit a28ebb5Copy full SHA for a28ebb5
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"
@@ -59,6 +59,8 @@ MAX ( [ ALL | DISTINCT ] expression )
59
60
## Remarks
61
MAX ignores any null values.
62
+
63
+ MAX returns NULL when there is no row to select.
64
65
For character columns, MAX finds the highest value in the collating sequence.
66
0 commit comments