anyLast
Introduced in: v1.1.0 Selects the last encountered value of a column. By default, the function never returns NULL, i.e. ignores NULL values in the input column. However, if the function is used with theRESPECT NULLS modifier, it returns the last value reads no matter if NULL or not.
Syntax
last_value
Arguments
column— The column name.Any
Any
Examples
Usage example
Query
Response