You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2019/11/28 10:22:00 UTC

[jira] [Commented] (CALCITE-3545) How to change calcite syntax

    [ https://issues.apache.org/jira/browse/CALCITE-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984301#comment-16984301 ] 

Stamatis Zampetakis commented on CALCITE-3545:
----------------------------------------------

Hi [~groobyming], depending on the [SqlDialect|https://github.com/apache/calcite/blob/a2ad38359380a196a987d28f9ec378006e86fa08/core/src/main/java/org/apache/calcite/sql/SqlDialect.java#L1133] that you are using you can do it by surrounding the table name with:
 * double quotes e.g., "12table" 
 * backticks e.g., `12table`
 * brackets e.g., [12table]

In the future, please use the dev list for questions.

> How to change calcite syntax
> ----------------------------
>
>                 Key: CALCITE-3545
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3545
>             Project: Calcite
>          Issue Type: Test
>          Components: core
>            Reporter: groobyming
>            Priority: Trivial
>
> How to change calcite syntax, such as allowing table names to start with numbers



--
This message was sent by Atlassian Jira
(v8.3.4#803005)