Returns a specified number of spaces.
SPACE( integer-expression )
integer-expression The number of spaces to return.
If integer-expression is negative, a null string is returned.
SQL/2003 Vendor extension.
The following statement returns a string containing 10 spaces.
SELECT SPACE( 10 ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |