Skip to content

Instantly share code, notes, and snippets.

@kutyel
Created January 26, 2016 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kutyel/f847ba4a81cdcbbebb88 to your computer and use it in GitHub Desktop.
Save kutyel/f847ba4a81cdcbbebb88 to your computer and use it in GitHub Desktop.
Basic XMLQuery Example
select replace(xmlquery('$array/array/id[last()]/text()' passing xmltype('<array><id>$1</id><id>$2</id><id>$3</id></array>') as "array" returning content), '$', '') from dual;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment