Skip to content

Commit 2f6394e

Browse files
committed
remove paragraph
1 parent c743e46 commit 2f6394e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/ROOT/pages/clauses/with.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Another use is to filter on aggregated values.
2525
`WITH` is used to introduce aggregates which can then be used in predicates in `WHERE`.
2626
These aggregate expressions create new bindings in the results.
2727

28-
`WITH` is also used to separate reading from updating of the graph.
29-
Every part of a query must be either read-only or write-only.
30-
When going from a writing part to a reading part, the switch must be done with a `WITH` clause.
31-
3228
image:graph_with_clause.svg[]
3329

3430
////

0 commit comments

Comments
 (0)