Select REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(Data,'[',''),']',''),'"',''),'',' '),',',' ') as Data from test
When i execute the above query i get output as follows
Data Columnname
What is your name Rajesh ---> Values
I want excepted ouput as follows
What is yourname Columnname
Rajesh ---> Values
for getting above output what changes i have to made. please let me know
5 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shahriar NikkhahPosted May 23, 2018, 6:51 AM
Posted May 23, 2018, 12:26 AM
Shahriar NikkhahPosted May 22, 2018, 9:38 PM
Posted May 22, 2018, 8:11 PM
Bryian TanPosted May 22, 2018, 12:32 PM