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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -