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.
source-[:link]->target を使用した非常に単純なデータ モデルがあります。データモデルの「ルート」など、着信リンクがないすべてのノードを見つけたいと思います。Cypherでそれを行うにはどうすればよいですか?
start n=node(*) match n<-[?]-m with n, count(m) as c where c=0 return n