Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/ROOT/pages/clauses/create.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ 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 `:`. `INSERT` does not support using dynamic node labels and relationship types.

.Query
[source, cypher, indent=0]
Expand Down