String operators
Table 1 shows the predefined set of operators used for
character strings.
Operator | Description |
---|---|
equal to | Use this operator to find and display rows that must match the search term exactly.
Note: The search term is not case-sensitive.
|
not equal to | Use this operator to find and display rows that do not match the search term. Note: The
search term is not case-sensitive.
|
like | This operator is used to search for a pattern within the column to be filtered. A %
(percent) sign is used to specify a wildcard, which matches any character or string of characters. Examples
of using the wildcard are:
|