TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Narasiman nar
NA
64
22k
how to split string in to each column
May 22 2018 9:59 AM
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
Reply
Answers (
5
)
Error in my sql server query
How to fetch below output using SQL query?