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.

cristiscu
Node Clone
since ‎05-04-2020
‎06-01-2022

User Statistics

  • 22 Posts
  • 0 Solutions
  • 7 Kudos given
  • 6 Kudos received

User Activity

The following query doesn't seem to need a WITH graphId for the CALL subquery block, why? UNWIND example.graphIds() AS graphId CALL { USE example.graph(graphId) MATCH (movie:Movie) RETURN movie.released AS released } RETURN min(released) AS ear...
@andrew.bowman has a great example when such a dependent entity (a report card node) should always be created with a relationship to its parent (a student node). But you can later delete its relationship, and leave a report unrelated to anyone. Relat...
I really find what you guys did by offering a free online certification exam a great form of promotion. It motivates people like myself to better learn and get attached to a product... Are there any other established software products with a similar ...