Skip to content

Commit 4fa0814

Browse files
remove introduced in information
1 parent d8bfe78 commit 4fa0814

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

modules/ROOT/pages/clauses/union.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ The combined result is returned, without duplicates.
131131
The `UNION` clause can be used within a xref:subqueries/call-subquery.adoc[`CALL` subquery] to further process the combined results before a final output is returned.
132132
For example, the below query xref:functions/aggregating.adoc#functions-count[counts] the occurrences of each `name` property returned after the `UNION ALL` within the `CALL` subquery.
133133

134-
[NOTE]
135-
The below query uses an empty xref:subqueries/call-subquery.adoc#variable-scope-clause[variable scope clause]: `CALL () { ... }` (introduced in Neo4j 5.23).
136-
If you are using an older version of Neo4j, use `CALL { ... }` instead.
137-
For more information, see xref:subqueries/call-subquery.adoc#import-variables[CALL subqueries -> Importing variables].
138-
139134
.Query
140135
[source, cypher]
141136
----

modules/ROOT/pages/clauses/use.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ CALL () {
4747
}
4848
----
4949
+
50-
In subqueries, a `USE` clause may appear directly following the xref:subqueries/call-subquery.adoc#variable-scope-clause[variable scope clause]: `CALL () { ... }` (introduced in Neo4j 5.23).
51-
Or, if you are using an older version of Neo4j, directly following an xref::subqueries/call-subquery.adoc#importing-with[importing `WITH` clause].
50+
In subqueries, a `USE` clause may appear directly following the xref:subqueries/call-subquery.adoc#variable-scope-clause[variable scope clause]: `CALL () { ... }`.
5251

5352
When executing queries against a composite database, the `USE` clause must only refer to graphs that are part of the current composite database.
5453

modules/ROOT/pages/functions/graph.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,6 @@ RETURN n
163163
164164
Returns all nodes from all graphs on the current composite database.
165165
166-
[NOTE]
167-
The above query uses an empty xref:subqueries/call-subquery.adoc#variable-scope-clause[variable scope clause]: `CALL () { ... }` (introduced in Neo4j 5.23).
168-
If you are using an older version of Neo4j, use `CALL { ... }` instead.
169-
For more information, see xref:subqueries/call-subquery.adoc#import-variables[CALL subqueries -> Importing variables].
170-
171166
======
172167

173168
[role=label--new-5.13]

0 commit comments

Comments
 (0)