Category
Logical
Description
Checks a condition, and returns one value when TRUE, otherwise it returns a second value. Uses an eager execution plan which always executes the branch expressions regardless of the condition expression.
Status
Not Started
Syntax
IF.EAGER(<logical_test>, <value_if_true>, [<value_if_false>])