XQuery Examples: Sorting and Grouping. ... xquery version "3.0"; for $item in doc("order.xml")//item let $d := $item/@dept group by $d order by $d return ...
確定! 回上一頁