Skip to content

Commit e662f49

Browse files
remove link
1 parent e8de946 commit e662f49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/ROOT/pages/clauses/with.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ RETURN p.name AS product
444444

445445
`WITH` can be followed by the xref:clauses/where.adoc[`WHERE`] subclause to filter results.
446446
Similar to the subclauses used for xref:clauses/with.adoc#ordering-pagination[ordering and pagination], `WHERE` should be understood as part of the result manipulation performed by `WITH` -- not as a standalone clause -- before the results are passed on to subsequent clauses.
447-
For more information, see xref:clauses/where.adoc#where-and-with[Using `WHERE` after `WITH`].
448447

449448
.Filter using `WITH` and `WHERE`
450449
[source, cypher]

0 commit comments

Comments
 (0)