- Create UDF as it is in script to split a word into charecters.
- Execute rest of the statement in order to get result
-
Parse Data from a Field Containing Multiple Values using CROSS APPLY
It is possible for a field in a character-delimited text file to contain a list of further-delimited values instead of the customary single value. This article demonstrates how to load such a file into a staging table, then use a CROSS APPLY query to parse the list of values into a related table.
2019-06-07 (first published: 2017-10-30)
13,008 reads