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)