Forum Discussion

frithjof_v's avatar
frithjof_v
Community Champion
2 years ago

Spark SQL vs. Spark SQL

Hi,   I am new to Spark SQL, and I am wondering about the differences of these two ways to use SQL in Fabric Notebooks: -- Method A -- (spark.sql)     -- Method B -- (%%sql magic)...