I do not have the access needed to create a function; but I need to be able to parse the following text.
ID value
684286211 96756263;97051390
683855568 96825924;96862563;96862652;96862684;96862692
needing:
ID value
684286211 96756263
684286211 97051390
683855568 96825924
683855568 96862563
683855568 96862652
683855568 96862684
683855568 96862692
I have tried using the Parsename statement but it only works on 4 or less sections; I need to allow up to nine values.
using sql 2012
any help would be appreciated!