Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-17-2019 03:38 PM
Hi All,
Any links other than Neo4j Documentation for WITH clause, is greatly appreciated.
Thanks,
Solved! Go to Solution.
10-17-2019 11:04 PM
Here's the entry for WITH in the Cypher docs.
It works similar to a RETURN, but allows you to continue working with the results. You can do aggregations and function calls in the WITH.
Also, it controls scope, in that only the variables you pass from the WITH clause are kept in scope, and all others drop out of scope.
10-17-2019 11:04 PM
Here's the entry for WITH in the Cypher docs.
It works similar to a RETURN, but allows you to continue working with the results. You can do aggregations and function calls in the WITH.
Also, it controls scope, in that only the variables you pass from the WITH clause are kept in scope, and all others drop out of scope.
All the sessions of the conference are now available online