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.

nboubakr
Node
since ‎06-03-2022
‎06-03-2022

User Statistics

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

User Activity

I am trying to select all nodes that have a relationship with a specific property but return only those with redundant property values. For example:MATCH (:Node)-[a:Send{Flag: 'A'}]->(m:Node) RETURN [m.Name, a.Port] AS outputIt returns["Device A", 22...