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?