Syntax documentationsimple_case_statement Locate this document in the navigation structure

Syntax Syntax

  1. <simple_case_statement> ::=
      CASE <expression>
      <simple_case_when_clause>...
      [<case_else_clause>] END [CASE]
End of the code.