-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support hierarchical queries #20278
Comments
The more standard way to do this is with a recursive CTE. See: #6824 |
After going through the examples listed in Oracle Hierarchical Query and MySQL Recursive Common Table Expression, I agree with @nullnotnil that they can both achieve the same application requirements. This answer from stack overflow also provides several alternatives and explanations about how to achieve a hierarchical query. From Wikipedia's explanation of Hierarchical and recursive queries in SQL:
I think it's better to support recursive common table expression other this |
There is also a proposal about recursive CTE: #19253 |
I'm going to reject and close this feature request. feel free to reopen it if the current solution can not fulfill the application requirements. |
Feature Request
Is your feature request related to a problem? Please describe:
Describe the feature you'd like:
like Oracle Hierarchical Queries
Describe alternatives you've considered:
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: