sql_keywords
function
Applies to: Databricks SQL Databricks Runtime 13.3 LTS and above
Returns the set of SQL keywords in Databricks.
Returns
A set of rows composed of two columns:
keyword STRING NOT NULL
: The name of the SQL keywordreserved BOOLEAN NOT NULL
:true
if the keyword is reserved.
Keywords in Databricks are only reserved under certain conditions. See ANSI compliance in Databricks Runtime for more details.