[MDEV-12153] Subquery in FROM clause of views Created: 2017-02-28 Updated: 2017-02-28 Resolved: 2017-02-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery |
| Fix Version/s: | 10.2.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Andreas Schnederle-Wagner | Assignee: | Sergei Golubchik |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | subquery, view | ||
| Issue Links: |
|
||||||||
| Description |
|
Reference Manual :: 21.2 CREATE VIEW Syntax "A view definition is subject to the following restrictions: The SELECT statement cannot contain a subquery in the FROM clause." Do you intend to drop this restriction and when? As it's already implemented within MySQL with minor change: https://bugs.mysql.com/bug.php?id=12755 |
| Comments |
| Comment by Sergei Golubchik [ 2017-02-28 ] |
|
It's already implemented in MariaDB too — |
| Comment by Andreas Schnederle-Wagner [ 2017-02-28 ] |
|
ops - did a search for "12755" but didn't find anything ... sorry! :-/ |