Skip to content

Commit 7788e0a

Browse files
authored
Update modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc
1 parent 759ac1a commit 7788e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/tools/neo4j-admin/neo4j-admin-import.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ Deleting a node also deletes its relationships (`DETACH DELETE`).
14561456
:ACTION,uid:ID(label:Person),name,:LABEL
14571457
CREATE,person1,"Keanu Reeves",Actor
14581458
UPDATE,person2,"Laurence Fishburne",Actor
1459-
DELETE,person4
1459+
DELETE,person4,,
14601460
----
14611461

14621462
Nodes are identified by their unique property value for the key/label combination that the header specifies.

0 commit comments

Comments
 (0)