标签: jdbc pyspark azure-databricks
PySpark有df = spark.read.jdbc()
df = spark.read.jdbc()
它也有df.write.jdbc()
df.write.jdbc()
它是否具有spark.{execute or call or whatever}.jdbc()的某种风格?
spark.{execute or call or whatever}.jdbc()