Show 

Home > DQL Guide > DQL Lexicon > - (subtraction)

image\Dql_0023.gif- (subtraction)

Type

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;