Just made the move from using the adjacency list model (id, parent) to using the nested set model (id, lft, rgt).
Currently running MySQL 4.17
My goal is to create a virtual directory.
The question I have is:
Is it possible to limit the results of a SELECT to only return the next level in the tree (without the children).
Currently running MySQL 4.17
My goal is to create a virtual directory.
The question I have is:
Is it possible to limit the results of a SELECT to only return the next level in the tree (without the children).