[
https://issues.apache.org/jira/browse/DERBY-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535603
]
Daniel John Debrunner commented on DERBY-2240:
----------------------------------------------
The SQL standard name for this use of VALUES is <table value constructor>
Note that Derby does have a VALUES statement, e.g. VALUES 1,2,3
> "VALUES expression" is written "VALUES statement" in SelectExpression page
> of Derby Reference Manual
> -----------------------------------------------------------------------------------------------------
>
> Key: DERBY-2240
> URL: https://issues.apache.org/jira/browse/DERBY-2240
> Project: Derby
> Issue Type: Bug
> Components: Documentation
> Environment:
> http://db.apache.org/derby/docs/dev/ref/rrefselectexpression.html
> Reporter: Tomohito Nakayama
>
> Next description ....
> When a query does not have a FROM clause (when you are constructing a value,
> not getting data out of a table), you use a VALUES statement, not a
> SelectExpression.
> I think VALUES statement is not correct .
> It must be VALUES expression.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.