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