Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.26 KB

File metadata and controls

33 lines (28 loc) · 1.26 KB
title Ordered and Unordered Expressions (XQuery) | Microsoft Docs
ms.custom
ms.date 03/14/2017
ms.prod sql
ms.prod_service sql
ms.reviewer
ms.technology xml
ms.topic language-reference
dev_langs
XML
helpviewer_keywords
unordered expressions [XQuery]
ordered expressions [XQuery]
expressions [XQuery], ordered
expressions [XQuery], unordered
ms.assetid 6e7b3631-38d5-4375-b565-21d2e3f36ae0
author rothja
ms.author jroth

Ordered and Unordered Expressions (XQuery)

[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]

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)