Skip to content

Commit ab00cb7

Browse files
Merge pull request #32710 from markingmyname/sqluuf
[T-SQL] Update applies to for the First_Value function
2 parents da27e8d + d6cc3f7 commit ab00cb7

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Returns the first value in an ordered set of values.
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: kendalv, randolphwest
7-
ms.date: 01/04/2024
7+
ms.date: 12/23/2024
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -18,6 +18,7 @@ dev_langs:
1818
- "TSQL"
1919
monikerRange: ">=aps-pdw-2016 || =azuresqldb-current || =azure-sqldw-latest || >=sql-server-2016 || >=sql-server-linux-2017 || =azuresqldb-mi-current || =fabric"
2020
---
21+
2122
# FIRST_VALUE (Transact-SQL)
2223

2324
[!INCLUDE [sql-asdb-asdbmi-asa-pdw-edge-fabricse-fabricdw](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw-edge-fabricse-fabricdw.md)]
@@ -41,7 +42,7 @@ The value to be returned. *scalar_expression* can be a column, subquery, or othe
4142

4243
#### [ IGNORE NULLS | RESPECT NULLS ]
4344

44-
**Applies to**: SQL Server (starting with [!INCLUDE [sssql22](../../includes/sssql22-md.md)]), Azure SQL Database, Azure SQL Managed Instance, [!INCLUDE [ssazurede-md](../../includes/ssazurede-md.md)]
45+
**Applies to**: [!INCLUDE [sssql22](../../includes/sssql22-md.md)] and later versions, Azure SQL Database, Azure SQL Managed Instance, and [!INCLUDE [ssazurede-md](../../includes/ssazurede-md.md)]
4546

4647
`IGNORE NULLS` - Ignore null values in the dataset when computing the first value over a partition.
4748

docs/t-sql/functions/lag-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "LAG (Transact-SQL)"
33
description: "LAG (Transact-SQL)"
44
author: markingmyname
55
ms.author: maghan
6-
ms.date: 07/26/2023
6+
ms.date: 12/23/2024
77
ms.service: sql
88
ms.subservice: t-sql
99
ms.topic: reference
@@ -45,7 +45,7 @@ LAG (scalar_expression [ , offset ] [ , default ] ) [ IGNORE NULLS | RESPECT NUL
4545

4646
#### [ IGNORE NULLS | RESPECT NULLS ]
4747

48-
**Applies to**: SQL Server (starting with [!INCLUDE[sssql22](../../includes/sssql22-md.md)]), Azure SQL Database, Azure SQL Managed Instance, [!INCLUDE[ssazurede-md](../../includes/ssazurede-md.md)]
48+
**Applies to**: [!INCLUDE [sssql22](../../includes/sssql22-md.md)] and later versions, Azure SQL Database, Azure SQL Managed Instance, and [!INCLUDE[ssazurede-md](../../includes/ssazurede-md.md)]
4949

5050
IGNORE NULLS - Ignore null values in the dataset when computing the first value over a partition.
5151

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Returns the last value in an ordered set of values.
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: kendalv, randolphwest
7-
ms.date: 01/04/2024
7+
ms.date: 12/23/2024
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -41,7 +41,7 @@ The value to be returned. *scalar_expression* can be a column, subquery, or othe
4141

4242
#### [ IGNORE NULLS | RESPECT NULLS ] **
4343

44-
**Applies to**: SQL Server (starting with [!INCLUDE [sssql22](../../includes/sssql22-md.md)]), Azure SQL Database, Azure SQL Managed Instance, [!INCLUDE [ssazurede-md](../../includes/ssazurede-md.md)]
44+
**Applies to**: [!INCLUDE [sssql22](../../includes/sssql22-md.md)] and later versions, Azure SQL Database, Azure SQL Managed Instance, and [!INCLUDE [ssazurede-md](../../includes/ssazurede-md.md)]
4545

4646
`IGNORE NULLS` - Ignore null values in the dataset when computing the last value over a partition.
4747

0 commit comments

Comments
 (0)