提交 db919a58 编写于 作者: T twalthr

[hotfix] [table] Add docs about SQL's lexical policy

上级 b7d83899
......@@ -1165,6 +1165,12 @@ groupItem:
```
For a better definition of SQL queries within a Java String, Flink SQL uses a lexical policy similar to Java:
- The case of identifiers is preserved whether or not they are quoted.
- After which, identifiers are matched case-sensitively.
- Unlike Java, back-ticks allow identifiers to contain non-alphanumeric characters (e.g. <code>"SELECT a AS `my field` FROM t"</code>).
{% top %}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册