picoSQL - Language reference manual |
![]() |
A comparison predicate is formed from 2 expression compared by a comparison operator as follows:
expression-1 comparison-operator expression-2
Comparison operators allowed are the following:
|
= |
equal to |
|
<> (or !=) |
not equal to |
|
> |
greater than |
|
>= |
greater than or equal to |
|
< |
less than |
|
<= |
less than or equal to |