7e5dddecae
Reviewers: buda Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D799
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
MATCH (a) WITH a LIMIT 10
|
|
MATCH (b) WITH a, b
|
|
MATCH (a)-[r]->(b)
|
|
RETURN 1 SKIP 1000000;
|