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
Post a Comment