R/duckdb-funs.R
split.Rd
Splits the string along the separator.
string
separator
split(string = VARCHAR, separator = VARCHAR)
VARCHAR
VARCHAR[]
split('hello-world', '-')