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.
是否可以在 D2 中为所有未指定相关元素的字段查询递归关系?
以下应该有效:
SELECT c FROM RecursiveEntity c WHERE p.parent IS NULL