ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns a specified number of spaces.
SPACE ( integer-expression )
integer expression The number of spaces to return.
SQL/92 Vendor extension.
SQL/99 Vendor extension.
Sybase Compatible with Adaptive Server Enterprise.
The following statement returns a string containing 10 spaces.
SELECT SPACE( 10 )