I have a 3-level Hierarchical Data
I would like to have a break it out and have a table like this:
Could anyone please help me out?
Any help is highly appreciated.
I have a 3-level Hierarchical Data
I would like to have a break it out and have a table like this:
Could anyone please help me out?
Any help is highly appreciated.
You are looking for a recursive-query in some sql framework unless you know the depth of the hierarchy. Here's a link to a MySQL example: How to create a MySQL hierarchical recursive query?