I have a table Organizations with Orgid and Parentid as fields ... as org and its parent org)
If the Parentid is not null, then Orgid has a parent record
with its own Orgid ...and on up the chain..
If the Parentid is null then that record has no parents.
and is the top org for that group.
How do I retrieve all the records up the chain for
a particular Orgid ...
Some type of nested ..query ?
Thanks
John
If the Parentid is not null, then Orgid has a parent record
with its own Orgid ...and on up the chain..
If the Parentid is null then that record has no parents.
and is the top org for that group.
How do I retrieve all the records up the chain for
a particular Orgid ...
Some type of nested ..query ?
Thanks
John