Upserts - Parallel Transporter

Teradata® Parallel Transporter Reference - 20.00

Deployment
VantageCloud
VantageCore
Edition
IntelliFlex
Lake
Enterprise
VMware
Product
Parallel Transporter
Release Number
20.00
Published
October 2023
ft:locale
en-US
ft:lastEdition
2023-12-06
dita:mapPath
mjn1691132485167.ditamap
dita:ditavalPath
obe1474387269547.ditaval
dita:id
ogv1478610452101
lifecycle
latest
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