Skip to contents

Splits the string along the separator.

Usage

str_split(string = VARCHAR, separator = VARCHAR)

Arguments

string

VARCHAR

separator

VARCHAR

Value

VARCHAR[]

SQL examples

str_split('hello-world', '-')