@CASE (Position To Match, Position1 [, ..., PositionN]) | |
---|---|
Position To Match | Required integral number parameter, indicating which of the
case parameters the function should return. |
Position 1 | Required parameter, evaluated when the Postion To Match parameter evaluates
to 1. The data type is dictated by the context in which the function
is called. |
Position N | Optional parameter, evaluated when the Position to Match parameter evaluates
to N, where N is the position of the parameter in the function’s
parameter list. The data type is dictated by the context in which
the function is called. |