We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b8209 commit ed83eb4Copy full SHA for ed83eb4
modules/ROOT/pages/expressions/temporal-operators.adoc
@@ -107,7 +107,7 @@ RETURN date("2011-01-31") + duration("P1M") AS truncatedDate
107
108
When adding two `DURATION` values to a temporal instant value, the order in which the durations are applied affects the result.
109
110
-.Query
+.Add two `DURATION` values to a `DATE`
111
[source, cypher]
112
----
113
RETURN (date("2011-01-31") + duration("P1M")) + duration("P12M") AS date1,
0 commit comments