R/duckdb-funs.R
left.Rd
Extracts the left-most count characters.
left(string = VARCHAR, count = BIGINT)
VARCHAR
BIGINT
left('Hello🦆', 2)