Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 02:03 AM
Hi @malhm ,
Double quotes are not supported in column alias. In Databricks SQL/Spark SQL one uses backticks instead of double quotes like in PostgreSQL.
Check the docs:
https://spark.apache.org/docs/3.5.1/sql-ref-identifier.html