We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19f28e commit 2679b3cCopy full SHA for 2679b3c
modules/ROOT/pages/expressions/list-expressions.adoc
@@ -301,7 +301,7 @@ RETURN list[0] + [2] + list[1..] AS newList
301
[[list-concatenation]]
302
== List concatenation
303
304
-Cypher contains two list concatenation operators: `||` and `+`.
+Cypher contains two list concatenation operators: `||` and `\+`.
305
`||` is xref:appendix/gql-conformance/index.adoc[GQL conformant], while `+` is not.
306
307
.List concatenation using `||` and `+`
0 commit comments