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