You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "John Scheibmeir (JIRA)" <ji...@apache.org> on 2014/10/08 00:40:33 UTC

[jira] [Created] (HIVE-8388) Support GROUP/ORDER BY column references by ordinal position

John Scheibmeir created HIVE-8388:
-------------------------------------

             Summary: Support GROUP/ORDER BY column references by ordinal position
                 Key: HIVE-8388
                 URL: https://issues.apache.org/jira/browse/HIVE-8388
             Project: Hive
          Issue Type: Improvement
          Components: SQL
            Reporter: John Scheibmeir
            Priority: Minor


Allow user to reference the group by or order by column by the desired column's ordinal position

Support syntax such as:

select t.col1, sum(t.col2) from my_table t group by 1 order by 1



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