UPDATE Command¶
Delta Lake supports updating (records in) delta tables using the following high-level operators:
- UPDATE TABLE SQL command
- DeltaTable.update or DeltaTable.updateExpr
Delta Lake supports updating (records in) delta tables using the following high-level operators: