Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2021 09:23 PM
I have a issue, where I wanted to convert SQL UPDATE with JOIN query into Merge.
I do not have Primary OR Unique key in both the tables (on which join in performed). Hence getting error in merge -
Error in SQL statement: UnsupportedOperationException: Cannot perform Merge as multiple source rows matched and attempted to modify the same target row in the Delta table in possibly conflicting ways. Can some please help me on resolving this issue?