Skip to content

Commit 1cb78da

Browse files
fix link to importing with
1 parent 95b9b3b commit 1cb78da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/clauses/use.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ CALL () {
4848
----
4949
+
5050
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#call-importing-variables[importing `WITH` clause].
51+
Or, if you are using an older version of Neo4j, directly following an xref::subqueries/call-subquery.adoc##importing-with[importing `WITH` clause].
5252

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

0 commit comments

Comments
 (0)