DB2 Scalar functions - SPACE
Returns a character string consisting of blanks with length specified by the argument.
The schema is SYSFUN.
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.