STRING_TO_ARRAY
string_to_array(string, separator)
Section titled “string_to_array(string, separator)”- string: VARCHAR
- separator: VARCHAR
Example
Section titled “Example”SELECT string_to_array('hello-world', '-');SELECT string_to_array('hello-world', '-');