lastValue
The last_value window function, translated to last_value(expr)
in SQL.
Return the value of expr from the last row of the window frame.
Since
3.6.0
The last_value window function, translated to last_value(expr)
in SQL.
Return the value of expr from the last row of the window frame.
3.6.0