morganmazouchi
Databricks Employee
Databricks Employee

@haseebkhan1421​ , You can create a temporary view table in your python cell using "DataFrame.createOrReplaceTempView("table_name")" and query that table in SQL. check here for seeing an example

View solution in original post