Summary
Splitting a string in BigQuery is similar to Excel's TEXTSPLIT function. The SPLIT function in BigQuery takes a string and a delimiter, which can be multiple characters, and returns an array of elements. These elements can be accessed using a 0-based index. More options for accessing array elements in BigQuery are available in previous posts.