The following table lists the standard WQL operators that can be used in the WHERE clause of a SELECT statement.
Table 4–4 WQL Operators|
Operator |
Description |
|---|---|
|
= |
Equal to |
|
< |
Less than |
|
> |
Greater than |
|
<= |
Less than or equal to |
|
>= |
Greater than or equal to |
|
<> |
Not equal to |