Skip to content

Commit 0dc841c

Browse files
committed
removed tags for UNION DISTINCT
1 parent 7bfa25d commit 0dc841c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/ROOT/pages/clauses/union.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ Removal of duplicates can also be accomplished by explicitly including `DISTINCT
107107
The `UNION DISTINCT` keyword was introduced as part of Cypher's xref:appendix/gql-conformance/index.adoc[], and using it is functionally the same as using simple `UNION`.
108108

109109
.Query
110-
// tag::clauses_union_distinct[]
111110
[source, cypher]
112111
----
113112
MATCH (n:Actor)
@@ -116,7 +115,6 @@ UNION DISTINCT
116115
MATCH (n:Movie)
117116
RETURN n.title AS name
118117
----
119-
// end::clauses_union_distinct[]
120118

121119
The combined result is returned, without duplicates.
122120

0 commit comments

Comments
 (0)