cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

henry_macafee
Node
since ‎09-24-2018
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi there! I'm trying to return what I can only best describe as a subquery. For example: (a:User)-[:CREATED]->(b:Item) (c:User)-[r:PURCHASED]->(b) What I'd like to return is something like: a.name, b.name, {c.name: r.date} as there are multiple c:no...
Greetings all! I have been struggling with what might be considered deduplication, except it's a matter of deleting similar nodes, rather than precise duplicates. Let me try and explain: I have (:Author) nodes, with [:WROTE] relationships to (:Book) ...