blob: 9c857809c90efa16f06794449474619f1ccabbd4 [file] [log] [blame]
/*
* Description : Test order by clause of FLWOR
* Expected Result : Success
* Date : 24th July 2012
*/
for $b in ["ten","twenty","thirty","forty","fifty","sixty","seventy","ninety"]
order by string-concat(["",$b]) desc
return string-concat(["",$b])