This topic describes Flink SQL keywords.
For more information about SQL reserved keywords for Apache Flink 1.11, visit Reserved Keywords.
Note To define a Flink SQL keyword in a DDL statement, surround the keyword with backticks
('), such as
`value`
.