[MDEV-28196] Correlated derived tables not supported Created: 2022-03-30 Updated: 2023-11-30 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data Manipulation - Subquery, Optimizer |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Major |
| Reporter: | Lukas Eder | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | compat80, optimizer-feature | ||
| Issue Links: |
|
||||||||
| Description |
|
The following query is currently not possible in MariaDB:
The error I'm getting is:
Most RDBMS, including recent versions of MySQL 8 now support correlating derived tables like that. It's an essential feature for more sophisticated queries. |
| Comments |
| Comment by Simon Martinelli [ 2022-03-30 ] |
|
This is a very important feature especially with XML and JSON functions! |
| Comment by Sergei Petrunia [ 2022-05-05 ] |
|
Thanks for the input... Thinking of what is needed to implement this:
|