![]() Previous |
![]() Next |
expr
is the base expression being tested.
comparison_expr
is the expression against which expr
is being tested. It must be the same basic data type (numeric or text) as expr
.
condition
is a conditional expression.
return_expr
is the value returned when a match is found or the condition is true.