Guest_imported
New member
- Jan 1, 1970
- 0
Say, I have a "Thing" table that's structure as follows:
+---------+------+-...-+---------------+
| ThingID | Name | ... | ParentThingID |
+---------+------+-...-+---------------+
| | | | |
Where a Thing can be a child of another Thing and on, and on. Say, for instance a Thing named "C" is a child of "B", which is a child of "A". Is there a way to do a single query that will return "A/B/C"?
+---------+------+-...-+---------------+
| ThingID | Name | ... | ParentThingID |
+---------+------+-...-+---------------+
| | | | |
Where a Thing can be a child of another Thing and on, and on. Say, for instance a Thing named "C" is a child of "B", which is a child of "A". Is there a way to do a single query that will return "A/B/C"?