Imagine the following tree:
A / \\ B C / \\ \\ D E F
I\'m looking for a way to query if for example F is a descendant of A (n
Take a look at Nested set model It's very effective to select but too slow to update