【问题标题】:Unexpected <qualifier name>意外的 <限定符名称>
【发布时间】:2015-08-04 15:25:22
【问题描述】:

我正在运行以下在其他 XQuery 处理器中完美运行的命令

for $title in doc("dbxml:/auction/auction")/site/regions/* 
for $tit in $title for $it in $tit/item 
let $country:=$it/location 
group by $country 
return <result><loc>{ $country }</loc><num>{count($title)}</num></result>

但是,在伯克利,我遇到了一个莫名其妙的错误:

请帮忙。

附:如有需要,将提供更多详细信息

【问题讨论】:

    标签: berkeley-db-xml


    【解决方案1】:

    因为 Berkeley XML DB 不支持 XQuery 3.0 的 group by

    【讨论】:

      猜你喜欢
      • 2020-10-01
      • 1970-01-01
      • 2020-08-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-03-31
      • 1970-01-01
      相关资源
      最近更新 更多