Evaluates expressions until one that is not NULL is encountered
and returns that. Expressions after the first non-NULL result are not
evaluated. If all expressions are NULL, it will return NULL
Usage
null_switch(...)
Arguments
...
expressions to try to evaluate
Value
The result of evaluating one of the expressions. Will only be
NULL if they all evaluated to NULL