[ 
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)

Reply via email to