You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tim Armstrong (JIRA)" <ji...@apache.org> on 2019/08/12 20:36:00 UTC

[jira] [Created] (IMPALA-8855) Impala docs do not mention all places VALUES clause can be used

Tim Armstrong created IMPALA-8855:
-------------------------------------

             Summary: Impala docs do not mention all places VALUES clause can be used
                 Key: IMPALA-8855
                 URL: https://issues.apache.org/jira/browse/IMPALA-8855
             Project: IMPALA
          Issue Type: Improvement
          Components: Docs
            Reporter: Tim Armstrong
            Assignee: Alex Rodoni


The documentation only mentions the values clause in the context of an INSERT statement. https://impala.apache.org/docs/build/html/topics/impala_insert.html

It can actually be used anywhere that a SELECT statement could be used, e.g. this is a valid query:
{noformat}
values ('hello', 'world')
{noformat}





--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org