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.

priyambada_n168
Node
since ‎10-01-2021
‎06-01-2022

User Statistics

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

User Activity

Hi, I need help with respect to filtering specific nodes in loop traversal. I have a sample network as below. Start node will be the node(Label D) and I have to traverse till nodes of label Port. My requirement is to fetch the end nodes based on cond...
Hi, I am not able to understand why the below query returns different results. MATCH (service:Service) WHERE coalesce(service.name = 'Service1Name', service.aliasValue = 'Service2Alias') RETURN service; Initially I have data as below CREATE (s:Servic...