Tagged Questions
0
votes
2answers
1k views
Calculate depth in a parent-child model in MySQL
How do I calculate a node's depth in a parent-child model under MySQL?
I'll need the depth to, among other things, create the indent in my list (coded with PHP).