Skip to content

Commit 655c4c3

Browse files
JPryce-AklundhNataliaIvakina
authored andcommitted
Update CALL import rule example (neo4j#1250)
1 parent 460aee2 commit 655c4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/subqueries/call-subquery.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ To return imported variables they must be renamed.
335335
[source,cypher,role=test-fail]
336336
----
337337
MATCH (t:Team)
338-
CALL (t) {
339-
RETURN t
338+
CALL () {
339+
RETURN 1 AS t
340340
}
341341
RETURN t
342342
----

0 commit comments

Comments
 (0)