cancel
Showing results for 
Search instead for 
Did you mean: 
StevenW
New Contributor III
since ‎01-26-2023
‎06-26-2023

User Stats

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

User Activity

I need to read/query table A, manipulate/modify the data and insert the new data into Table A again.I considered using :Cur_Actual = spark.sql("Select * from Table A")currAct_Rows = Cur_Actual.rdd.collect()for row in currAct_Rows: do_somthing(row)...
I'm new to databricks. (Not new to DB's - 10+ year DB Developer).How do you generate a MERGE statement in DataBricks? Trying to manually maintain a 500+ or 1000+ lines in a MERGE statement doesn't make much sense? Working with Large Tables of between...
Kudos from