SQL Reference
STR_SPLIT
str_split(string, separator)
Section titled “str_split(string, separator)”- string: VARCHAR
- separator: VARCHAR
Example
Section titled “Example”SELECT str_split('hello-world', '-');SQL Reference
SELECT str_split('hello-world', '-');