3
我是SQL Server和T-SQL的新手。我如何查询存储在SQL Server 2008 R2中这个xml中的信息?在SQL Server 2008 R2中查询Xml
XML:
<smp:Root xmlns:smp="http://tempuri.org/smp.xsd" header="Test Title">
<smp:Sections>
<smp:G3 idnumber="01">
<SectionHost>ABC</SectionHost>
</smp:G3>
<smp:G2 idnumber="01">
<SectionHost>DEF</SectionHost>
</smp:G2>
</smp:Sections>
</smp:Root>
我为Xpath函数添加了另一个链接,它们也可以提供帮助。 – KeyboardFriendly