source: trunk/doc/src/snippets/patternist/invalidLetOrderBy.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: 45 bytes
Line 
1let $i := (2, 3, 1)
2order by $i[1]
3return $i
Note: See TracBrowser for help on using the repository browser.