Date math¶
Description¶
Performs date arithmetic on matching objects
Input¶
A [OBJ,DATE]
: a list of pairsB [OBJ,INT]
: a list of pairs
Output¶
RESULT [OBJ,DATE]
: result of the operation
Parameters¶
Expression
: the mathematical expression to computeuse
$A
and$B
to refer to the values comings from inputsA
andB
arithmetic operators
+
and-
the expression is evaluated by the database engine. See MonetDB Functions and Operators for a full list of functions and operators available.
Unit
: how to interpret the integer value inB
(days, seconds, ..)