How can a split pipe delimited string value in SQL into separate columns eg.
2008|1245|0|1004|1224|0|
into
FirstValue SecondValue ThirdValue ForthValue FifthValue SixthValue
2008 1245 0 1004 1224 0
Using a simple select script.
Thank you
Try out