[ <<label_name>> ]
CASE case_operand
  { WHEN when_operand THEN {statement;} ... }...
  [ ELSE {statement;}... ]
END CASE [ label_name ];