Contents Index Operators Logical operators

ASA SQL Reference
  SQL Language Elements
    Operators

Comparison operators


The syntax for comparison conditions is as follows:

expression compare expression

where compare is a comparison operator. The following comparison operators are available:

operator description
= Equal to
> Greater than
< Less than
>= Greater than or equal to
<= Less than or equal to
!= Not equal to
<> Not equal to
!> Not greater than
!< Not less than
Case sensitivity  
All string comparisons are case insensitive unless the database was created as case sensitive.
Standards and compatibility 

Contents Index Operators Logical operators