We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74c3bfb + f2c3a8e commit e20eddcCopy full SHA for e20eddc
1 file changed
docs/t-sql/functions/last-value-transact-sql.md
@@ -1,4 +1,4 @@
1
----
+---
2
title: "LAST_VALUE (Transact-SQL) | Microsoft Docs"
3
ms.custom: ""
4
ms.date: "10/20/2015"
@@ -36,7 +36,7 @@ monikerRange: "= azuresqldb-current || = azure-sqldw-latest || >= sql-server-201
36
37
```
38
39
-LAST_VALUE ( [scalar_expression )
+LAST_VALUE ( [ scalar_expression ] )
40
OVER ( [ partition_by_clause ] order_by_clause rows_range_clause )
41
42
0 commit comments