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.

robin_hoehl
Node
since ‎05-25-2020
‎06-01-2022

User Statistics

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

User Activity

Hi n4j folks, I have a question regarding cypher syntax: I want to match a path and exclude a certain relationship path. I tried it with: match p=(:WProcedure) - [*1..50] -> (:WTask) where all(rel in relationships(p) WHERE type(rel) <> "CONSISTS_OF")...