joewiz
7/5/2017 - 1:14 PM

Examples of = and != in XQuery

Examples of = and != in XQuery

xquery version "3.1";

(1, 2) = (2, 3),
(1, 2) != (2, 3),
not((1, 2) = (2, 3))