Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
12-27-2020 05:19 PM
The following query doesn't seem to need a WITH graphId for the CALL subquery block, why?
UNWIND example.graphIds() AS graphId
CALL {
USE example.graph(graphId)
MATCH (movie:Movie)
RETURN movie.released AS released
}
RETURN min(released) AS earliest
All the sessions of the conference are now available online