You can use recursive queries to query hierarchical trees
- ·
- Telegram
- ·
- Newsletter
⚡ Database Tip
Recursive queries are a great solution to e.g. querying multiple levels in a tree with just one query. But you should use cycle detection otherwise your query might run forever or fail for loops in your data. https://sqlfordevs.com/cycle-detection-recursive-query