You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clauses/clause-composition.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,7 +297,7 @@ the graph made by the `CREATE`.
297
297
[[cypher-clause-composition-union-queries]]
298
298
== Queries with `UNION`
299
299
300
-
xref::clauses/union.adoc[`UNION`] queries are slightly different because the results of two or more queries are put together,
300
+
xref::queries/composed-queries/combined-queries.adoc[`UNION`] queries are slightly different because the results of two or more queries are put together,
301
301
but each query starts with an empty table of intermediate results.
302
302
303
303
In a query with a `UNION` clause, any clause _before_ the `UNION` cannot observe writes made by a clause _after_ the `UNION`.
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clauses/use.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ When connected to a composite database, a graph reference may additionally be pa
25
25
26
26
* The graph function xref:functions/graph.adoc#functions-graph-byname[`graph.byName()`], which allows the graph reference to be resolved dynamically: `USE graph.byName(<string-expression>)`.
27
27
28
-
A more detailed description of how and when a graph references needs to be quoted and/or escaped is defined xref::queries/expressions.adoc#graphreferences[here].
28
+
A more detailed description of how and when a graph references needs to be quoted and/or escaped is defined xref::expressions/expressions-overview.adoc#graphreferences[here].
29
29
30
30
== USE clause when connected to a standard or system database
It is sometimes necessary to add additional backslashes to express regular expression
466
466
constructs.
467
467
This list clarifies the combination of these two definitions, containing the original escape sequence and the resulting character in the regular expression:
@@ -532,7 +532,7 @@ In other words, it must contain at least one xref::patterns/reference.adoc#relat
532
532
* Path pattern expressions may not declare new variables.
533
533
They can only reference existing variables.
534
534
535
-
* Path pattern expressions may only be used in positions where a xref:queries/expressions.adoc#boolean[boolean expression] is expected.
535
+
* Path pattern expressions may only be used in positions where a xref:expressions/expressions-overview.adoc#boolean[boolean expression] is expected.
536
536
The following sections will demonstrate how to use path pattern expressions in a `WHERE` clause.
0 commit comments