Split into different columns SQL Server -


i've got data in column of table this:

cpc > cpc > organic cpc > organic >cpc mail > cpc > organic 

how can split data different columns using '>' delimiter?

this famous problem. can use regex through clr imported function, here usefull script. alter spliting can use pivot/unpivot need data-by-columns.


Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -