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.

rvazarkar
Node
since ‎06-26-2019
‎06-01-2022

User Statistics

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

User Activity

Is there a clever way to extract the final resulting variables returned by a neo4j query in a performant manner? Just as an example: MATCH p=(n)-[r]->(m) RETURN n,r,m I want to extract n,r,m A more complicated query would be something like: MATCH p=(...