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
Prasant Jinaga
999
751
424.5k
Convert xml to table in sql
Sep 15 2012 1:01 AM
Hi,
I have an xml in following format,
I want to convert the below XML to the table in sql.the output has to be something like this.
Does anyone done this before??
---Output----
ExternalProvider_ID
ZZZZZ00003
ZZZZZ00006
ZZZZZ00009
ZZZZZ0000E
-----XML----
<NewDataSet>
<Table1>
<TableID>ZZZZZ00003</TableID>
</Table1>
<Table1>
<TableID>ZZZZZ00006</TableID>
</Table1>
<Table1>
<TableID>ZZZZZ00009</TableID>
</Table1>
<Table1>
<TableID>ZZZZZ0000E</TableID>
</Table1>
</NewDataSet>
Reply
Answers (
1
)
Co-related sub query and nested sub query in SQL
tell me about select query