Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
11-30-2018 12:45 PM
For example:
MATCH
(a)-->(b)<--(c),
(c)-->(d)
Or
MATCH ()-->() MATCH ()-->() RETURN 1
versus
MATCH ()-->(), ()-->() RETURN 1
04-04-2019 12:58 AM
Commas separate parts of the same pattern.
Separate MATCH statements are different patterns.
The main implication of that is relationship uniqueness is guaranteed within the same pattern but not across different patterns.
All the sessions of the conference are now available online