Upserts - Parallel Transporter

Teradata® Parallel Transporter Reference

Product
Parallel Transporter
Release Number
17.00
Published
November 2020
Language
English (United States)
Last Update
2022-02-03
dita:mapPath
ric1544831938741.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
B035-2436
lifecycle
previous
Product Category
Teradata Tools and Utilities

Upsert operations update rows if they already exist in a table, and insert new rows they do not already exist. Specified an Upsert operation in an APPLY statement using the expression:

   INSERT FOR MISSING UPDATE ROWS;

An Upsert operation fails only if both the update and the insert fail.

Also, the following specification is usually included for Upsert operations in anticipation of missing rows:

   IGNORE MISSING UPDATE ROWS