SQL$HELP72.HLB  —  CASE Simple, Arguments  CASE
    An expression that evaluates to a single value. SQL compares the
    CASE clause value expression with each WHEN clause literal value
    in the WHEN clauses until it finds a match.

    The value expression cannot contain a column specification that
    is not part of a column select expression.

    See the Value_Expressions HELP topic for a complete description
    of the variety of value expressions that SQL provides.
Close Help