Top "Hierarchical-trees" questions

Need an Oracle hierarchical query that returns only full trees for records where children match a search string

Here's the full example data set for this query without any pruning of trees where no node matches the search …

oracle hierarchical-trees hierarchical-query
How to get an hierarchical php structure from a db table, in php array, or JSON

Possible Duplicate: Turn database result into array Hi guys, can you please help me. How to get an hierarchical php …

php mysql arrays json hierarchical-trees
How to get parent id(root parent) from child id

Possible Duplicate: function returning only once, why? my Database structure looks like id|parent| 1 | 0 | 2 | 0 | 3 | 0 | 4 | 1 | 5 | 4 | 6 | 5 | I am in need of a …

php recursion hierarchical-trees