Skip to content

Commit 6780a55

Browse files
fix tag
1 parent cc7133a commit 6780a55

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
@@ -579,7 +579,7 @@ Call subqueries can be used to further process the results of a xref:clauses/uni
579579
This example query finds the youngest and the oldest `Player` in the graph.
580580
581581
.Find the oldest and youngest players
582-
// tag::subqueries_call_subquery_optional_union[]
582+
// tag::subqueries_call_subquery_union[]
583583
[source, cypher]
584584
----
585585
CALL () {
@@ -595,7 +595,7 @@ UNION
595595
}
596596
RETURN p.name AS playerName, p.age AS age
597597
----
598-
// end::subqueries_call_subquery_optional_union[]
598+
// end::subqueries_call_subquery_union[]
599599
600600
.Result
601601
[role="queryresult",options="header,footer",cols="2*<m"]

0 commit comments

Comments
 (0)