Re: how to express union in XQuery

Frieda Shachar wrote:
> 
> Can anybody tell me how can I express union in XQuery ?

With the UNION keyword or "|" operator. Both are infix.
See <http://www.w3.org/TR/xquery/#section-Sequence-related-Operators>.

-Michael Dyck

Received on Friday, 2 November 2001 00:36:21 UTC