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 6c33b40 commit 155efbeCopy full SHA for 155efbe
modules/ROOT/pages/clauses/with.adoc
@@ -118,7 +118,7 @@ To retain all variables in the scope of the query, use `WITH *`.
118
119
In the below query, the `WITH` clause de-scopes the `p` variable.
120
As a result, it is not available to the subsequent `RETURN` clause.
121
-Nor would the `c` variable be available - only `chocolateCustomers` is available due to the preceding `WITH` clause.
+Nor would the `c` variable be available -- only `chocolateCustomers` is available due to the preceding `WITH` clause.
122
123
.De-scoping a variable
124
[source, cypher, role=test-fail]
0 commit comments