We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 894c1a2 + 6f32a51 commit a5970a7Copy full SHA for a5970a7
1 file changed
docs/t-sql/functions/first-value-transact-sql.md
@@ -45,8 +45,8 @@ FIRST_VALUE ( [scalar_expression ] ) [ IGNORE NULLS | RESPECT NULLS ]
45
[ IGNORE NULLS | RESPECT NULLS ]
46
**Applies to**: Azure SQL Edge
47
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.
+ IGNORE NULLS - Ignore null values in the dataset when computing the first value over a partition.
+ RESPECT NULLS - Respect null values in the dataset when computing first value over a partition.
50
51
For more information, see [Imputing missing values](/azure/azure-sql-edge/imputing-missing-values/).
52
0 commit comments