Hi there,I am new to Spark SQL and would like to know if it possible to reproduce the below T-SQL query in Databricks. This is a sample query, but I want to determine if a query needs to be executed or not. DECLARE
@VariableA AS INT
, @Vari...
Hi there,Thank you for your response.Using DataFrames and SQL expressions can still be done in a Spark SQL type of Notebook or is this already PySpark?Thank you in advance!