Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Splits string into array elements using supplied delimiter and optional null string and returns the resulting varchar array
Example: STRING_TO_ARRAY('wx^yy^zz', '^', 'yy') →
{'wx',NULL,'zz'}