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 dc400d6 commit 385cfebCopy full SHA for 385cfeb
modules/ROOT/pages/clauses/finish.adoc
@@ -20,13 +20,11 @@ FINISH
20
The following query has no result but creates one node with the label `Person`:
21
22
.Query
23
-// tag::clauses_finish_create[]
24
[source, cypher]
25
----
26
CREATE (p:Person)
27
FINISH
28
29
-// end::clauses_finish_create[]
30
31
It is equivalent to the following query:
32
0 commit comments