Syntax documentationsearched_case_function Locate this document in the navigation structure

Syntax Syntax

  1. <searched_case_function> ::=
      CASE
        WHEN <search_condition> THEN <result_expression>
        [...]
        [ELSE <default_expression>]
      END
End of the code.