Skip to content

Instantly share code, notes, and snippets.

@emchateau
Last active November 27, 2020 02:26
Show Gist options
  • Save emchateau/7ff9a9bdb290826adb779530d47ea59c to your computer and use it in GitHub Desktop.
Save emchateau/7ff9a9bdb290826adb779530d47ea59c to your computer and use it in GitHub Desktop.
XQuery sequence comparison
for $a in (1,2,3,5)
where $a = (1,3,2,3)
group by $k := $a
return $a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment