Skip to contents

Splits the string along the separator.

Usage

string_split(string = VARCHAR, separator = VARCHAR)

Arguments

string

VARCHAR

separator

VARCHAR

Value

VARCHAR[]

SQL examples

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