Bing Li created HIVE-4402:
-----------------------------

             Summary: Support UPDATE statement 
                 Key: HIVE-4402
                 URL: https://issues.apache.org/jira/browse/HIVE-4402
             Project: Hive
          Issue Type: New Feature
            Reporter: Bing Li


It would be good if hive could support UPDATE statement like common database.

e.g. 
update row into database (for edit rows and save back)
     
cmd:
   update "DB2ADMIN"."EMP" set "SALARY"=? where "EMPNO"=? and "DEPTNO"=? and 
"SALARY"=?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to