Creates a boolean OR expression. It represents a boolean OR evaluation of two or more conditions.
It takes any number of parameters, each one being an expression.
Note that combining Identifier expressions with other expressions will result in an error.
Creates a boolean OR expression. It represents a boolean OR evaluation of two or more conditions. It takes any number of parameters, each one being an expression.
Note that combining Identifier expressions with other expressions will result in an error.