开发者

Determine the frequency of occurrence in XQuery

Is there a way of determining the number of times in which a p开发者_如何学Carticular value occurs in a sequence, with XQuery?


Use:

count(index-of($value, $sequence))
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜