Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-23-2020 04:26 AM
Hi,
Version 4.0 provides a way CALL {subquery} to run a sub-query. Is there a way to replicate this in 3.5?
Thanks!!
Solved! Go to Solution.
01-23-2020 04:40 AM
Not with just Cypher. You can do something similar with APOC Procedures using apoc.cypher.run()
(for read-only subqueries) or apoc.cypher.doIt()
(if you need to write to the graph).
01-23-2020 04:40 AM
Not with just Cypher. You can do something similar with APOC Procedures using apoc.cypher.run()
(for read-only subqueries) or apoc.cypher.doIt()
(if you need to write to the graph).
01-23-2020 04:47 AM
OK. Thanks! Let us try..
All the sessions of the conference are now available online