source: trunk/doc/src/snippets/patternist/letOrderBy.xq

Last change on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 67 bytes
Line 
1for $a in (8, -4, 2)
2let $b := ($a * -1, $a)
3order by $a
4return $b
Note: See TracBrowser for help on using the repository browser.