Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-19-2020 09:01 AM
10-19-2020 09:37 AM
Hello @ninesunqian
You should have a look at nodes() and relationships().
MATCH path=()->()
WITH nodes(path) AS n, relationships(path) AS r
RETURN [node in n | id(n)], r
Be aware you can alo access start and end nodes in the result of relationships(path)
for each relation.
Regards,
Cobra
11-23-2020 04:27 PM
Thanks you very much!
All the sessions of the conference are now available online