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.

madnan783
Node
since ‎06-21-2021
‎06-01-2022

User Statistics

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

User Activity

Hi all, I would like to set a bound in the regular path expression of the following MATCH clause MATCH ()-[r:relation*..bound]-() so I have tried :params bound => 5 MATCH ()-[r:relation*..$bound]-() received an error saying Unexpected "\n" I've ...
Dear all, Could you please point me towards a sample timestamped dataset where each relation has a begin_time and an end_time? Thanks