gpt4 book ai didi

reporting-services - SSRS XML数据源如何查询具有多个父子层次结构的XML

转载 作者:行者123 更新时间:2023-12-02 03:59:32 24 4
gpt4 key购买 nike

如何在SSRS中查询XML数据源,以便返回两个父子层次结构?
例如

<parent>
<child1>
<child2>
<child3>
<a1>1</a1>
<b1>2</b1>
</child3>
<child4>
<c1>1</c1>
<d1>2</d1>
</child4>
</child2>
</child1>
</parent>

如何查询此XML,以便得到a1,b1,c1,d1作为结果集?

最佳答案

以下示例应为您提供所需的结果:

<Query>
<ElementPath IgnoreNamespaces="True">
parent{}/child1{}/child2{child3 {a1,b1}, child4{c1,d1}}
</ElementPath>
</Query>

关于reporting-services - SSRS XML数据源如何查询具有多个父子层次结构的XML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11108741/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com