Enum UpsertNomatchAction
Upsert: Action to take on target table rows that do not match any incoming keys
Syntax
UpsertNomatchAction
Fields
Name | Description |
---|---|
NoChange | No action, leave target table row unchanged |
ZeroColumns | Zero/default-value the targeted 'columns' in all non-matching rows |
DeleteRow | Delete the entire row, for all non-matching-row |