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 15:30:58 UTC

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

Dongming Liu created CALCITE-1492:
-------------------------------------

             Summary: 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)