diff --git a/modules/ROOT/pages/clauses/create.adoc b/modules/ROOT/pages/clauses/create.adoc index 5b81fd75b..e5e1f7193 100644 --- a/modules/ROOT/pages/clauses/create.adoc +++ b/modules/ROOT/pages/clauses/create.adoc @@ -263,7 +263,8 @@ RETURN greta.name AS name, labels(greta) AS labels, type(rel) AS relType, collec == `INSERT` as a synonym of `CREATE` `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[]. -However, `INSERT` requires that multiple labels are separated by an ampersand `&` and not by colon `:`. +However, `INSERT` requires that multiple labels are separated by an ampersand `&` and not by colon `:`. +Additionally, `INSERT` does not support using dynamic node labels and relationship types. .Query [source, cypher, indent=0]