Hello everybody,
Please help me on how to split data..In my database I have varchar data(vcProcess) and the value is 1,4,10,15
How can I split these data, so the output will be
1
4
10
15
Thanks
Please help me on how to split data..In my database I have varchar data(vcProcess) and the value is 1,4,10,15
How can I split these data, so the output will be
1
4
10
15
Thanks
Comment