How to prevent pyspark from adding double quotes to table name

前端 未结 0 463
时光取名叫无心
时光取名叫无心 2021-01-05 02:13

I have a dataframe which am trying to store into database like below

oversampled_df.write \\
    .format(\'jdbc\') \\
    .option(\'truncate\', \'true\') \\
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题