Bug #77639 | Implement VALUES equivalent to a query specification | ||
---|---|---|---|
Submitted: | 7 Jul 2015 12:40 | Modified: | 11 Oct 2019 7:45 |
Reporter: | Roy Lyseng | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S4 (Feature request) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[7 Jul 2015 12:40]
Roy Lyseng
[11 Oct 2019 7:45]
Roy Lyseng
Implemented as WL#10358 in MySQL 8.0.18. Exceptions: - Row values must be prefixed with the keyword ROW, due to conflict with VALUES(x) clause. - Row values must be enclosed in parentheses, even with one column value per row.
[11 Dec 2019 1:09]
Jon Stephens
Implemented in MySQL 8.0.19, not 8.0.18.