2 lines
81 B
Plaintext
2 lines
81 B
Plaintext
|
CREATE (n:Node) RETURN n; CREATE (n:Vertex) RETURN n; MATCH (n:Vertex) RETURN n;
|