Merge Command¶
Delta Lake supports merging records into a delta table using the following high-level operators:
- MERGE INTO SQL command (Spark SQL)
- DeltaTable.merge
Delta Lake supports merging records into a delta table using the following high-level operators: