You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Dongming Liu (JIRA)" <ji...@apache.org> on 2016/11/15 17:33:58 UTC

[jira] [Commented] (CALCITE-1492) Table name with star is not supported.

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

Dongming Liu commented on CALCITE-1492:
---------------------------------------

Sorry, my usage is incorrect.

> Table name with star is not supported.
> --------------------------------------
>
>                 Key: CALCITE-1492
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1492
>             Project: Calcite
>          Issue Type: Bug
>    Affects Versions: 1.11.0
>            Reporter: Dongming Liu
>            Assignee: Julian Hyde
>
> sql1:
> {code}
> select * from t1;
>  {code}
> This sql is ok.
> sql2:
> {code}
> select t1.* from t1;
> {code}
> This sql has error as follows:
> {noformat}
> From line 1, column 8 to line 1, column 9: Column '"*"' not found in table 't1'
> {noformat}
> Does calcite not support it?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)