You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This operator calculates the union of two input sets

Parameter

none

Example

PQL
Union Operator
output = UNION(left, right)
CQL
Union Operator
SELECT * FROM left UNION SELECT * FROM rigtht
  • No labels