[ 
https://issues.apache.org/jira/browse/HIVE-15983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Pengcheng Xiong updated HIVE-15983:
-----------------------------------
    Status: Open  (was: Patch Available)

> Support the named columns join
> ------------------------------
>
>                 Key: HIVE-15983
>                 URL: https://issues.apache.org/jira/browse/HIVE-15983
>             Project: Hive
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Carter Shanklin
>            Assignee: Pengcheng Xiong
>         Attachments: HIVE-15983.01.patch, HIVE-15983.02.patch, 
> HIVE-15983.03.patch
>
>
> The named columns join is a common shortcut allowing joins on identically 
> named keys. Example: select * from t1 join t2 using c1 is equivalent to 
> select * from t1 join t2 on t1.c1 = t2.c1. SQL standard reference: Section 7.7



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to