memgraph/tools/tests/client/input_unfinished_query.txt
Marko Culinovic 2bd0822155 Implement console client for memgraph
Reviewers: teon.banek, mferencevic

Reviewed By: teon.banek, mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D1616
2018-10-02 13:18:54 +02:00

7 lines
221 B
Plaintext

CREATE (n:Ovid{quote:"Exitus Acta Probat"}) RETURN n; MATCH (n)
RETURN n;
MATCH (n) RETURN n; CREATE (n:Bible{quote:"Fiat Lux"}) RETURN n; CREATE (n:Plinius{quote:"In vino veritas"}) RETURN n; MATCH
(n:Plinius)
RETURN
n;