Logical Operators (Entity SQL)

Logical operators test for the truth of a condition. The following table lists the Entity SQL logical operators.

Operator Meaning

AND (&&) (Entity SQL)

Logical AND.

NOT (!) (Entity SQL)

Logical NOT.

OR (||) (Entity SQL)

Logical OR.

See Also

Concepts

Operators (Entity SQL)
Operator Precedence (Entity SQL)
Entity SQL Reference