2.64.3.14 Scalar Function: And

The following are the arguments, types, and specification of the And scalar function.

Function

Argument

Type

Specification

And

Return

Boolean

True if both Item1 and Item2 are true.

Item1

Boolean

The first condition.

Item2

Boolean

The second condition.

Not evaluated if Item1 is false.