How can we update multiple records in a table from other table using databricks delta.
I want to achieve something like :
update ExistingTable set IsQualified = updates.IsQualified From updates where ExistingTable.key= updates.key
It's failing with error: mismatched input 'From' expecting