I want to execute update query in SQL using pyspark
based some logic I am using. All I could find is documentation on how to read from SQL
BUT
there are no proper examples of executing update or create statement.
I want to execute update query in SQL using pyspark
based some logic I am using. All I could find is documentation on how to read from SQL
BUT
there are no proper examples of executing update or create statement.