blob: a5aec23a9d0ac9379bbd49b593fb5f79c52e4f06 [file] [log] [blame]
/*
* Description : Test order by clause of FLWOR
* Expected Result : Success
* Date : 24th July 2012
*/
for $a in ["two","four","six","eight","ten","twenty","undo"]
order by $a desc
return $a