|
Syntax
EMPTY,
Description
selects empty entries.
Syntax
NOT_EMPTY,
Description
selects non-empty entries.
Syntax
EQUAL,
Description
value has to be equal to the specified value.
Syntax
NOT_EQUAL,
Description
value has to be unequal to the specified value.
Syntax
GREATER,
Description
value has to be greater than the specified value.
Syntax
GREATER_EQUAL,
Description
value has to be greater than or equal to the specified value.
Syntax
LESS,
Description
value has to be less than the specified value.
Syntax
LESS_EQUAL,
Description
value has to be less than or equal to the specified value.
Syntax
TOP_VALUES,
Description
selects a specified number of entries with the greatest values.
Syntax
TOP_PERCENT,
Description
selects a specified percentage of entries with the greatest
values.
Syntax
BOTTOM_VALUES,
Description
selects a specified number of entries with the lowest values.
Syntax
BOTTOM_PERCENT,
Description
This selects a specified percentage of entries with the lowest
values.
|