Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 06:19 AM
Hi All,
I have some data in Delta table with multiple columns and each record has a unique identifier.
I want to update some columns as per the new values coming in for each of these unique records. However updating one record at a time is taking a lot of time.
Is there any way i can perform bulk update on Delta tables for all the unique records and their columns at once?
Thank you.
Labels:
- Labels:
-
Azure databricks
-
Delta
-
Delta Tables
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 11:12 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 11:12 AM
yes by using MERGE statment

