access.equal

Modifier/Access: Verbs, Releases: AP and R83

'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

Command Name Type Description
access.logical.operators Definition Relational operators used in selection clauses.
access.attr.name Attribute Defining Item Specifies item(s) from the dictionary of the file.
access.each Modifier Forces comparison on every value.
access.= Modifier 'equal to' operator.
access.eq Modifier 'equal to' operator.
access.is Modifier

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.