SQL Functionality for the Impala™ Wire Protocol Driver : Restrictions : Insert and Update Restrictions

Insert and Update Restrictions
Impala does not support row level INSERT, UPDATE, and DELETE. Impala-specific syntax provides limited INSERT support:
The name of the target table for an Insert must be prefixed by table, for example, INSERT INTO table gtable …
Column lists are not supported. Values for all columns must be specified.

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.