We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d23b62 + b170c19 commit 2fba227Copy full SHA for 2fba227
1 file changed
docs/t-sql/functions/last-value-transact-sql.md
@@ -33,7 +33,7 @@ Returns the last value in an ordered set of values.
33
34
```syntaxsql
35
LAST_VALUE ( [ scalar_expression ] ) [ IGNORE NULLS | RESPECT NULLS ]
36
- OVER ( [ partition_by_clause ] order_by_clause rows_range_clause )
+ OVER ( [ partition_by_clause ] order_by_clause [ rows_range_clause ] )
37
```
38
39
[!INCLUDE[sql-server-tsql-previous-offline-documentation](../../includes/sql-server-tsql-previous-offline-documentation.md)]
0 commit comments