Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions modules/ROOT/pages/clauses/with.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ Another use is to filter on aggregated values.
`WITH` is used to introduce aggregates which can then be used in predicates in `WHERE`.
These aggregate expressions create new bindings in the results.

`WITH` is also used to separate reading from updating of the graph.
Every part of a query must be either read-only or write-only.
When going from a writing part to a reading part, the switch must be done with a `WITH` clause.

image:graph_with_clause.svg[]

////
Expand Down