DB2 Scalar functions - SPACE


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

SPACE

Returns a character string consisting of blanks with length specified by the argument.

SPACE(expression)

The schema is SYSFUN.

expression
An expression that returns a value of built-in SMALLINT or INTEGER data type.

The result of the function is VARCHAR(4000 OCTETS).
The result can be null; if the argument is null, the result is the null value.



© Copyright IBM Corp.