Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
Description
Need suport hierachy query ( connect by )
https://en.wikipedia.org/wiki/Hierarchical_and_recursive_queries_in_SQL
Attachments
Issue Links
- is duplicated by
-
MDEV-8308 Implement SQL standard Common Table Expression (CTE) support
- Closed
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
MDEV-8308and its linked issues.