Syntax documentationsimple_case_when_clause Locate this document in the navigation structure

Syntax Syntax

  1. <simple_case_when_clause> ::=
      WHEN <literal>[,...] THEN <statement>
End of the code.