Hi there,
I was wondering whether it is possible to extract Multiple Xml files with different XmlNamespace using single SQL query. i.e declaring multiple XmlNameSpaces in for diferent Xml files with same structure but different Xmlnamespace.
Not in this way ;With XmlNameSpaces(DEFAULT 'http:...........','htttp.......') AS Test.
Thanks.