DB2 Scalar functions - UPPER


Volta a página anterior

Volta ao Menu das scalar functions

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

UPPER

The UPPER function is identical to the TRANSLATE function except that only the first argument (char-string-exp) is specified.

UPPER(expression)

The schema is SYSIBM.
(The SYSFUN version of this function continues to be available for upward compatibility.)

expression
An expression that returns either a Boolean value or a built-in character string that is not FOR BIT DATA.
In a Unicode database, the expression can also return a graphic string, in which case it is first converted to a character string before the function is evaluated.

Related reference



© Copyright IBM Corp.