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/02 21:03:33 UTC

[jira] [Created] (HIVE-8334) Delete statement supports multi-table syntax

John Scheibmeir created HIVE-8334:
-------------------------------------

             Summary: Delete statement supports multi-table syntax
                 Key: HIVE-8334
                 URL: https://issues.apache.org/jira/browse/HIVE-8334
             Project: Hive
          Issue Type: Improvement
          Components: SQL
            Reporter: John Scheibmeir
            Priority: Minor


Desire to support syntax such as:

delete t1
from my_database.my_table1 t1
,my_database.my_table2 t2
where t1.col1 = t2.col1
and t1.col2 between t2.col2 and t2.col3





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