Skip to content

Commit 42c470f

Browse files
Added note on dynamic labels in INSERT (#1193)
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent fbd5696 commit 42c470f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/clauses/create.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ RETURN greta.name AS name, labels(greta) AS labels, type(rel) AS relType, collec
259259
== `INSERT` as a synonym of `CREATE`
260260

261261
`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[].
262-
However, `INSERT` requires that multiple labels are separated by an ampersand `&` and not by colon `:`.
262+
However, `INSERT` requires that multiple labels are separated by an ampersand `&` and not by colon `:`.
263+
Additionally, `INSERT` does not support using dynamic node labels and relationship types.
263264

264265
.Query
265266
[source, cypher, indent=0]

0 commit comments

Comments
 (0)