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

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -