Syntax documentationspecial_function Locate this document in the navigation structure

Syntax Syntax

  1. <special_function> ::=
      <case_function>
    | DECODE (<check_expression>,<search_and_result_spec>,...[,<default_expression>]
    | GREATEST (<expression>,<expression>,...)
    | LEAST (<expression>,<expression>,...)
    | VALUE (<expression>,<expression>,...)
End of the code.