Relational Operators
After you define the catalog item to select on, you need to enter a relational operator. This relational operator specifies the sort operation to be performed.
The following relational operators are available:
Character
Meaning
=
equal to (default operator)
<>
not equal to
greater than
<
less than
=
greater than or equal to
<=
less than or equal to
For example, if you want to find all files whose file size is equal to 3000 bytes, you would enter:
"FILE_SIZE" = 3000
The catalog item is FILE_SIZE, the relational operator is =, and the item value is 3000.
¿Fue esto útil?