add alias to anyLast_respect_nulls

This commit is contained in:
Blargian 2024-07-12 11:43:04 +02:00
parent 2bca1963a7
commit d9a05bca89

View File

@ -13,6 +13,8 @@ Selects the last value encountered, irregardless of whether it is `NULL` or not.
anyLast_respect_nulls(column)
```
Alias: `last_value_respect_nulls`.
**Parameters**
- `column`: The column name.