Changelog
New SQL function string_to_array
04.21.2025
We've added support for a new SQL function string_to_array to our managed cloud.
string_to_array (docs) splits a string based on a delimiter and returns an array of the split elements.
1 | |
sql
Output:
1 | |
2 | |
3 | |
4 | |
text