SQL Reference

SPACE

>>-SPACE--(--expression--)-------------------------------------><
 

The schema is SYSFUN.

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

The argument can be SMALLINT or INTEGER.

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


[ Top of Page | Previous Page | Next Page ]