Skip to content

Commit e2d83c0

Browse files
Update CALL import rule example (neo4j#1250)
1 parent 7c88c78 commit e2d83c0

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
@@ -334,8 +334,8 @@ To return imported variables they must be renamed.
334334
[source,cypher,role=test-fail]
335335
----
336336
MATCH (t:Team)
337-
CALL (t) {
338-
RETURN t
337+
CALL () {
338+
RETURN 1 AS t
339339
}
340340
RETURN t
341341
----

0 commit comments

Comments
 (0)