SPACE scalar function

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

Read syntax diagramSkip visual syntax diagramSPACE(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.