DELETE Command¶
Delta Lake supports deleting records from delta tables using the following high-level operators:
- DELETE FROM SQL command
- DeltaTable.delete
Delta Lake supports deleting records from delta tables using the following high-level operators: