Skip to content

Commit 6159e85

Browse files
Added note on dynamic labels in INSERT
1 parent 4837369 commit 6159e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/create.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ RETURN greta.name AS name, labels(greta) AS labels, type(rel) AS relType, collec
263263
== `INSERT` as a synonym of `CREATE`
264264

265265
`INSERT` can be used as a synonym to `CREATE` for creating nodes and relationships, and was introduced as part of Cypher's xref:appendix/gql-conformance/index.adoc[].
266-
However, `INSERT` requires that multiple labels are separated by an ampersand `&` and not by colon `:`.
266+
However, `INSERT` requires that multiple labels are separated by an ampersand `&` and not by colon `:`. `INSERT` does not support using dynamic node labels and relationship types.
267267

268268
.Query
269269
[source, cypher, indent=0]

0 commit comments

Comments
 (0)