Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.19 KB

File metadata and controls

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