[MDEV-9956] suport hierachy query (connect by) Created: 2016-04-20 Updated: 2016-04-20 Resolved: 2016-04-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | seung hoon yoo | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | optimizer | ||
| Issue Links: |
|
||||||||
| Description |
|
Need suport hierachy query ( connect by ) https://en.wikipedia.org/wiki/Hierarchical_and_recursive_queries_in_SQL |
| Comments |
| Comment by Sergei Golubchik [ 2016-04-20 ] |
|
It's unlikely that we'll have CONNECT BY soon. But we're working on Common Table expressions—the SQL standard way of doing hierarchical queries—see |