– Date subtraction operator
Subtracts a number of days from a date to produce a date result, or subtracts one date from another to produce an INTEGER result that represents the number of days between the two dates.
Syntax
date
days
ExampleThis procedure finds all unshipped orders. If the promised date is more than one week ago, the procedure finds the customers who placed the order and displays the order and customer data.
See also+ Date addition operator, – Datetime subtraction operator, ADD-INTERVAL function, DATE function, INTERVAL function
OpenEdge Release 10.2B
|