Valid UNION Operations - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Besides simple queries, UNION can be used within the following operations:

  • Derived tables
    You cannot use the HASH BY or LOCAL ORDER BY clauses in derived tables with set operators.
  • Subqueries
  • INSERT ... SELECT statements
  • Non-recursive CREATE VIEW statements

UNION ALL is the only valid set operator in a WITH RECURSIVE clause or CREATE RECURSIVE VIEW statement that defines a recursive query.