You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ido Hadanny (JIRA)" <ji...@apache.org> on 2011/07/19 19:34:57 UTC

[jira] [Created] (HIVE-2291) support for "using" syntax join condition as a shorthand

support for "using" syntax join condition as a shorthand
--------------------------------------------------------

                 Key: HIVE-2291
                 URL: https://issues.apache.org/jira/browse/HIVE-2291
             Project: Hive
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 0.7.0
            Reporter: Ido Hadanny
            Priority: Minor


The "using" syntax for join conditions is a convenient shorthand.
A using column list ( a, b, ... ) is shorthand for the on condition left_table.a = right_
table.a and left_table.b = right_table.b

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira