0
<root>
      
   <parent> 
        <name>s</name>
        <age>23</age>
        <child>child</child>
        <country>country</country>        
     </parent>

   <parent> 
        <name>t</name>
        <child>child</child>
     </parent>

    <parent> 
        <name>t</name>
        <child>child</child>
        <country>country</country>
     </parent>
</root>

我正在编写一个 SQL 选择语句,然后使用 xml 路径将其更改为 xml。但是,为什么我在每个小节中得到不同数量的元素,如上所示。如何解决?

注意:我在 Azure SQL 服务器上运行选择查询。

4

0 回答 0