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.

buddy
Node
since ‎05-31-2021
‎06-01-2022

User Statistics

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

User Activity

Hi there ! the following query: match (n)-[:friend*0..3]->(b) where n.salary >= 19999 and n.address="Paris" and b.salary >= 19999 and b.address="Paris" return distinct n.name order by n.name doesn't give me what I want: I'm trying to display all th...
Kudos given to