R/duckdb-funs.R
right.Rd
Extract the right-most count characters.
count
right(string = VARCHAR, count = BIGINT)
VARCHAR
BIGINT
right('Hello🦆', 3)