access.equal
'equal to' operator.
Syntax
with {not} attr.name equal 'valuestring'
Description
is a relational operator which represents an 'equal to' condition used in constructing selection clauses.
When a 'valuestring' is included, the data found in each item must match it exactly in order for the data to be selected for processing. See 'string searching' for searching for partial matches.
The '=', 'is' and 'eq' operators perform the same function as 'equal'.
Example
list jobs with user equal 'dm'
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
