Soql Operations
SOQL
Comparison Operators
Operator
|
Common name
|
=
|
Equals
|
!=
|
Not equals
|
<
|
Less than
|
<=
|
Less than or
equal
|
>
|
Greater than
|
>=
|
Greater than or
equal
|
IN
|
In
|
NOT IN
|
Not in (WHERE
clause)
|
INCLUDES
EXCLUDES
|
Applies to
multi-select picklists
|
Comments
Post a Comment