Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 sql 表中获取所有子节点?(pict上的MemberJoiners表)表结构:
ParentID LeftChildID righChildID
这是图片:
正如@Sayem 所指出的,递归查询有效。但是,我建议进行一些重新设计以使用修改后的先序遍历技术。听起来很花哨,但这篇文章解释得很好。
如果您阅读量很大,那么这是一种非常快速的技术。