Back
Do we know any syntax reference for spark-sql? I mean the style like MySQL SELECT syntax, or PostgreSQL Documentation: SELECT.
SparkSql follows Hive style, so you can refer to Hive Syntax for better documentation.
The supported and unsupported Hive features by SparkSql can be found in the official documentation.
31k questions
32.8k answers
501 comments
693 users