Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.19 KB

ordered-and-unordered-expressions-xquery.md

File metadata and controls

30 lines (25 loc) · 1.19 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
Ordered and Unordered Expressions (XQuery)
Learn about ordered and unordered expressions in XQuery.
rothja
jroth
03/14/2017
sql
xml
reference
unordered expressions [XQuery]
ordered expressions [XQuery]
expressions [XQuery], ordered
expressions [XQuery], unordered
XML

Ordered and Unordered Expressions (XQuery)

[!INCLUDE SQL Server Azure SQL Database]

By default, the ordering mode for all operations in [!INCLUDEssNoVersion] is ordered. Therefore, the node sequences returned by the path expressions and the FLWOR expressions, without the order by clause, are in document order.

The additional ordered and unordered syntax described in the XQuery specification is not supported.

See Also

XQuery Expressions
FLWOR Statement and Iteration (XQuery)
Path Expressions (XQuery)