Skip to contents

Splits the string along the separator.

Usage

string_split(string, separator)

Arguments

string, separator

VARCHAR

Value

VARCHAR[]

SQL examples

string_split('hello-world', '-')