Table 1 shows the predefined set of
operators used for numeric values.
Table 1. Numeric Operators for Filtering
| Operator |
Description |
| = |
Use this operator to find and display rows that
are equal to the search term. |
| > |
Use this operator to find and display rows that
are greater than the search term. |
| < |
Use this operator to find and display rows that
are less than the search term. |
| >= |
Use this operator to find and display rows that
are greater than or equal to the search term. |
| <= |
Use this operator to find and display rows that
are less than or equal to the search term. |