OR

Returns whether any of the provided arguments are logically true.

Usage examples 

OR(1 + 1 == 2, tableA.fieldB == tableA.fieldC)

Syntax 

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

  • exp1 - Any expression.

  • exp2 - Any expression.

Returns 

boolean - The boolean value whether any of the provided arguments are logically true.

Functions reference