Merge Into
Merges a set of updates, insertions, and deletions based on a source table into a target Delta table.
Syntax
MERGE INTO target_table_name [target_alias]
USING source_table_reference [source_alias]
ON merge_condition
[ WHEN MATCHED [ AND condition ] T...
ievsantillan.hashnode.dev4 min read