SQL Server split string and get the value -


hi please me the

get result

select details table enter code here 

result :

title|firstname|lastname|mobilephone~mr|jack|steve|123456789~mr|test|ltest|123456789~mrs|demo|ldemo|12345678~mrs|fname|lname|1234567 

i need below result

title    firstname    lastname    mobile mr       jack        steve        1234567789  etc... 

you need write stored procedure scan complete line , give pipe separated values in loop.


Comments

Popular posts from this blog

PHP while loop dynamic rowspan -

android - How to read a column value in parse.com without accessing an object or a pointer -

timer - Java TimerTask cancel -