R/duckdb-funs.R
last.Rd
Returns the last value of a column. This function is affected by ordering.
DECIMAL | ANY
last(arg = DECIMAL)
last(arg = ANY)
last(A)