Splitting the string by delimiter is not too difficult. The heavy lifting here is with creating new rows from the split strings.
For that I don't see an elegant or straight forward way.
Maybe some Union or outer join approach could work here.
Splitting the string by delimiter is not too difficult. The heavy lifting here is with creating new rows from the split strings.
For that I don't see an elegant or straight forward way.
Maybe some Union or outer join approach could work here.