log_exp - AND

Syntax

... log_exp1 AND log_exp2 AND log_exp3 ...

Effect

The linking of several logical expressions log_exp with AND forms a new logical expression that is true when all logical expressions log_exp are true. If one of the logical expressions is false, then the link is also false.

Note

The boolean operator AND should not be confused with the AND statement from BETWEEN.