Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-4781

group by index is not support

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • 1.24.0, 1.25.0
    • None
    • jdbc-adapter
    • None

    Description

      Now, the follow sql isn't support:

      select empno, count(*) from emps group by 1;

      will produce a problem,but:

      select empno, count(*) from emps group by empno;
      

      won't, this syntax maybe need to be support.

      Attachments

        1. calcite.png
          569 kB
          zlzhang0122

        Issue Links

          Activity

            People

              Unassigned Unassigned
              zlzhang0122 zlzhang0122
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: