Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.95 KB

xquery-expressions.md

File metadata and controls

65 lines (47 loc) · 2.95 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords dev_langs
XQuery Expressions
View information about XQuery expressions that includes descriptions of each type of expression and how to use them.
rothja
jroth
08/10/2016
sql
xml
language-reference
XQuery, expressions
expressions [XQuery]
expressions [XQuery], listed
XML

XQuery Expressions

[!INCLUDEsqlserver]

Topics that describe the XQuery expressions.

Primary Expressions (XQuery)
Describes XQuery primary expressions. These include literals, variable references, context item expressions, constructors, and function calls.

Path Expressions (XQuery)
Describes XQuery path expressions. These locate nodes, such as element, attribute, and text, in a document.

Sequence Expressions (XQuery)
Describes XQuery operators to work with sequences of numbers.

Arithmetic Expressions (XQuery)
Describes using arithmetic expressions in XQuery.

Comparison Expressions (XQuery)
Describes the comparison expressions supported by XQuery. That is, the general, value, node comparison, and node type comparison expressions.

Logical Expressions (XQuery)
Describes XQuery support for the logical and and or operators.

XML Construction (XQuery)
Describes XQuery constructors that allow you to construct XML within a query.

FLWOR Statement and Iteration (XQuery)
Describes the FLOWR iteration syntax. This stands for FOR, LET, WHERE, ORDER BY, and RETURN. LET is not supported.

Ordered and Unordered Expressions (XQuery)
Describes the ordering mode for XQuery operations. By default, the ordering mode is set to ordered.

Conditional Expressions (XQuery)
Describes XQuery support for the conditional if-then-else statement.

Quantified Expressions (XQuery)
Describes the existential and universal quantifiers in XQuery.

SequenceType Expressions (XQuery)
Describes the SequenceType syntax in XQuery.

Validate Expressions (XQuery)
The validate expression is not supported.

See Also

XQuery Language Reference (SQL Server)