cancel
Showing results for 
Search instead for 
Did you mean: 
ghofigjong
New Contributor
since ‎02-27-2023
‎06-26-2023

User Stats

  • 1 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

I have a delta table that is partitioned by Year, Date and month. I'm trying to merge data to this on all three partition columns + an extra column (an ID). My merge statement is below:MERGE INTO delta.<path of delta table> oldData using df newData ...
Kudos given to