Skip to content
Advertisement

Split column data into multiple rows

I have data currently in my table like below under currently section. I need the selected column data which is comma delimited to be converted into the format marked in green (Read and write of a category together) enter image description here

Any ways to do it in SQL Server?

Please do look at the proposal data carefully…. Maybe I wasn’t clear before: this isn’t merely the splitting that is the issue but to group all reads and writes of a category together(sometimes they are just merely reads/writes), it’s not merely putting comma separated values in multiple rows.

Advertisement

Answer

Using Jeff’s DelimitedSplit8K

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement