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.
私は人と都市のグラフデータベースを持っています。このクエリは、私が思っていることを実行していますか?
MATCH (c:City)-->(p:People) RETURN c,count(p);
このクエリで、都市 c とその都市の人々の数を吐き出したいのです。ただし、カウントは1つだけです。これは、ローダーまたはクエリの問題です。クエリは、私が考えているものを返してくれますか? ありがとう