Resolved! Why CTE is having issues with Databricks here?
df = spark.createDataFrame([(2018,'Apple1',45000),(2019,'Apple1',35000),(2020,'Apple1',75000), (2018,'Samsung',15000),(2019,'Samsung',20000),(2020,'Samsung',25000), (2018,'Nokia',21000),(2019,'Nokia',17000),(2020,'Nokia',140...
- 2465 Views
- 2 replies
- 4 kudos
Latest Reply
Issue is coming because of the semicolon beside PhoneBrandSales. Try removing that ; issue will be resolved. Please refer to the screenshot below.Please select this answer as best answer if it resolved your issueThanks,Varshith
- 4 kudos