Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定した数のスペースを返します。
SPACE( integer-expression )
integer-expression 返すスペースの数。
LONG VARCHAR
integer-expression が負の場合は、NULL 文字列を返します。
SQL/2008 ベンダー拡張。
次の文は、10 のスペースから成る文字列を返します。
SELECT SPACE( 10 );