1

if I have a XML column which elements have the following structure

> <library>
>     <bookshelf>
>         <book>
>         <book>
>           ...
>         <book>
>     </bookshelf> </library>

How can I retrieve all the information and put it into a table which columns look like this LIBRARY BOOKSHELF BOOK?

0

1 Answer 1

0

This question might help you with extracting each column wise and inserting.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.