54f14ef788
Summary: First memgraph tests Reviewers: buda Reviewed By: buda Subscribers: matej.gradicek Differential Revision: https://phabricator.memgraph.io/D123
3 lines
65 B
Plaintext
3 lines
65 B
Plaintext
CREATE (n:Person {age: 20});
|
|
CREATE (n:Person:Student {age: 20})
|