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

duan xiong commented on CALCITE-4781:
-------------------------------------

I think this issue is duplicate  CALCITE-4702

> group by index is not support
> -----------------------------
>
>                 Key: CALCITE-4781
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4781
>             Project: Calcite
>          Issue Type: Bug
>          Components: jdbc-adapter
>    Affects Versions: 1.24.0, 1.25.0
>            Reporter: zlzhang0122
>            Priority: Major
>             Fix For: 1.28.0
>
>         Attachments: calcite.png
>
>
> Now, the follow sql isn't support:
> {code:java}
> select empno, count(*) from emps group by 1;{code}
> will produce a problem,but:
> {code:java}
> select empno, count(*) from emps group by empno;
> {code}
> won't, this syntax maybe need to be support.
> !calcite.png!



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

Reply via email to