AND

Returns whether all provided arguments are logically true.

Usage examples 

AND(1 + 2 == 3, tableA.fieldB == tableA.fieldC)

Syntax 

AND ( exp1, [ exp2, ... ] )

  • exp1 - Any expression.

  • exp2 - Any expression.

Returns 

boolean - The boolean value whether all provided arguments are logically true.

Functions reference