We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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