Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit a5970a7

Browse files
authored
Merge pull request #5635 from ivannp/patch-1
Minor update of first-value-transact-sql.md
2 parents 894c1a2 + 6f32a51 commit a5970a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ FIRST_VALUE ( [scalar_expression ] ) [ IGNORE NULLS | RESPECT NULLS ]
4545
[ IGNORE NULLS | RESPECT NULLS ]
4646
**Applies to**: Azure SQL Edge
4747

48-
IGNORE NULLS - Ignore null values in the dataset when computing the last value over a partition.
49-
RESPECT NULLS - Respect null values in the dataset when computing last value over a partition.
48+
IGNORE NULLS - Ignore null values in the dataset when computing the first value over a partition.
49+
RESPECT NULLS - Respect null values in the dataset when computing first value over a partition.
5050

5151
For more information, see [Imputing missing values](/azure/azure-sql-edge/imputing-missing-values/).
5252

0 commit comments

Comments
 (0)