Perform a merge-insert SQL query against a table. This can be used
to perform upserts. To perform an upsert, set when_matched_update_all
and when_not_matched_insert_all
to true.
name of the table
The column to match on.
"id"
If true, update all columns when a match is found with the new values.
An additional filter to apply when updating all columns.
"category = 'shoes'"
If true, insert all columns when no match is found.
If true, delete rows in the target table when there is no match in the source table.
An additional filter to apply when deleting rows in the target table.
"category = 'shoes'"
Arrow IPC stream buffer
The body is of type file
.
Merge-insert successful
Perform a merge-insert SQL query against a table. This can be used
to perform upserts. To perform an upsert, set when_matched_update_all
and when_not_matched_insert_all
to true.
name of the table
The column to match on.
"id"
If true, update all columns when a match is found with the new values.
An additional filter to apply when updating all columns.
"category = 'shoes'"
If true, insert all columns when no match is found.
If true, delete rows in the target table when there is no match in the source table.
An additional filter to apply when deleting rows in the target table.
"category = 'shoes'"
Arrow IPC stream buffer
The body is of type file
.
Merge-insert successful