Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

This operator calculates the union of two input sets

Parameter

none

Example

PQL
Code Block
themeEclipse
languagejavascript
titleUnion Operator
output = UNION(left, right)
CQL
Code Block
themeEclipse
languagesql
titleUnion Operator
linenumberstrue
SELECT * FROM left UNION SELECT * FROM rigtht