Using Reserved Words in SQL Queries
For ANSI SQL compliance, Impala rejects reserved words in SQL queries in CDP. A reserved word is one that cannot be used directly as an identifier. If you need to use it as an identifier, you must quote it with backticks.