Extract table data along with XMl column

  • Hi,

    I have a table which contains different columns including one column having data in XML format.

    How can i write SQL to extract table data?

    Thanks.

  • What exactly do you want to extract?

    A simple SELECT columns FROM table will give you the content of the table.

    If you want to shred the XML data you should look into XQuery.

    For more details please provide sample data and expected results in a ready to use format.



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply