blob: 791af3a243ae27ac43e10e0d5356567792cd629f [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,""]) asc
return string-concat([$b,""])