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.

sam_burton
Node
since ‎10-29-2019
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi Everyone, I'm trying to filter my Cypher query to keep paths where a repeated relationship has a certain value. I would like to do something like:- MATCH p= (c1:Company)-[r:Phoe_Of*1..3]->(c:Company) where c.date_dissolved is null and c1.date_diss...
Hi Team, I'm running the code below to try and load a new relationship from data in an external server. My Select_In parameter contains single quotes, hence why i'm not passing this directly into the query. The parameter creates with no issues but wh...