Home > DQL Guide > DQL Lexicon > - (subtraction)
Arithmetic Symbol
Purpose
The - symbol tells DataEase to subtract Value 2 from Value 1.
The result is the remainder of the subtraction.
Syntax
VALUE 1 - VALUE 2
Returns
A numeric value.
Example
SALE PRICE := RESERVATION PRICE-DISCOUNT;