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.
このクエリを実行すると:
START n1=node(7727), n2=node(7730) MATCH n1-[r:SKILL]->n2 RETURN r
2 つのノード間にある重複した関係のリストが表示されます。リレーションシップを反復処理して 1 つのリレーションシップを保持し、残りを削除するには、サイファー クエリに何を追加すればよいでしょうか?