This topic describes XQuery expressions.
Describes XQuery primary expressions. These include literals, variable references, context item expressions, constructors, and function calls.
Describes XQuery path expressions. These locate nodes, such as element, attribute, and text, in a document.
Describes XQuery operators to work with sequences of numbers.
Describes using arithmetic expressions in XQuery.
Describes the comparison expressions supported by XQuery. That is, the general, value, node comparison, and node type comparison expressions.
Describes XQuery support for the logical and and or operators.
Describes XQuery constructors that allow you to construct XML within a query.
Describes the FLOWR iteration syntax. This stands for FOR, LET, WHERE, ORDER BY, and RETURN. LET is not supported.
Describes the ordering mode for XQuery operations. By default, the ordering mode is set to ordered.
Describes XQuery support for the conditional if-then-else statement.
Describes the existential and universal quantifiers in XQuery.
Describes the SequenceType syntax in XQuery.
The validate expression is not supported.