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.

softLog
Node
since ‎12-17-2020
‎06-01-2022

User Statistics

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

User Activity

Hi, How to extract and display an exact query using Cypher without other extra information ? Given the following query: MATCH p=(A)-[r:relationship]-(B) where r.property1=X return p so the query doesn't return the nodes with only the relations with p...