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.
最適化された方法で以下の ID のノードの詳細を取得するにはどうすればよいですか
val = [2,4,5,6,34,32,34,54,54,31]
私は、
WITH [2,4,5,6, ..] AS coll UNWIND coll AS x match p=(s.... return p
私はそれを得ることができません
MATCH (p:SomeLabel) WHERE ID(p) IN [2,4,5,6] RETURN p
するべきです。