SPLIT

Split string into array.

Category: String Functions

Syntax

SPLIT(str, [delimiter], [limit])

Arguments

  • str varchar Input string value.
  • delimiter varchar [optional] Separator used to split the input string. Optional.
  • limit integer [optional] Maximum number of items or splits to return. Optional.

Returns

array — Returns the computed result as array.