How to escape the / while updating the columns using merge in spark.sql
I was trying to update my table using the merge statement. One of my column have the /. when I try to update with the column name. Below is my code
I was trying to update my table using the merge statement. One of my column have the /. when I try to update with the column name. Below is my code