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.

ovashape
Node
since ‎06-15-2022
‎06-15-2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hello community, I am new to neo4j and I'm trying to get a list of nodes (that has not a specific relation) and count node name duplicates. Query: MATCH (e:ExampleNode) WHERE NOT exists((e)-[:EXAMPLE_REL]->()) RETURN e.name as name, count(e.name) as...
Kudos given to