image\Dql_0023.gifComparison Operators

Type

Operator

Purpose

Comparison Operators are used to compare one value to another in record selection criteria, math formulas, and in other text and numeric expressions.

The DQL uses seven Comparison Operators:

 

Examples

for MEMBERS with TOTAL DUE > 500

and STATE not = " NY " ;

for RESERVATIONS with RESERVATIONDATE between 06/01/95

to 06/31/95 ;