We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MATCH (origin:Page)-[r:parent]->(mom:Page) with origin, count(mom) as cnt where cnt > 1 RETURN origin.canonical, origin.page_id, cnt LIMIT 1000;
MATCH (p:Page)-->(q:Page {page_id: p.page_id}) RETURN p.page_id LIMIT 10