[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

return only latest version of an item

Wolfgang wolfgang at exist-db.org
Thu May 14 23:41:31 PDT 2009


  return only latest version of an item
> Unfortunately though, I tried your suggestion but only returned one item 
> which was had the greatest version of all items.

Which must be a bug. saxon returns a different result.

> As far as implementation, I'm querying eXist-db 1.2.5.

Using distinct-values to group by id could be another option, though 
maybe not the fastest:

for $id in distinct-values(/items//id)
let $itemsById := /items/item[id = $id]
return
     $itemsById[version = max($itemsById/version)]

You should have an index on id and version in any case.

Wolfgang


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.