We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8179457 commit f3621f0Copy full SHA for f3621f0
cypher/scripts/create-example-graph.cypher
@@ -1,4 +1,3 @@
1
-MATCH (n) DETACH DELETE n WITH count(*) AS dummy
2
CREATE
3
// Persons
4
(pA:Person {id: 1, firstName: 'Amelie', creationDate: datetime('2010-06-10T11:05:56.000+00:00')}),
0 commit comments