Skip to content

Commit e20eddc

Browse files
authored
Merge pull request #809 from TravisYeah/patch-1
Fixed syntax typo
2 parents 74c3bfb + f2c3a8e commit e20eddc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/functions/last-value-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "LAST_VALUE (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "10/20/2015"
@@ -36,7 +36,7 @@ monikerRange: "= azuresqldb-current || = azure-sqldw-latest || >= sql-server-201
3636

3737
```
3838
39-
LAST_VALUE ( [scalar_expression )
39+
LAST_VALUE ( [ scalar_expression ] )
4040
OVER ( [ partition_by_clause ] order_by_clause rows_range_clause )
4141
```
4242

0 commit comments

Comments
 (0)