Contents Index SOUNDEX function [String] SQLDIALECT function [Miscellaneous]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

SPACE function [String]


Function 
Syntax 

SPACE ( integer-expression )

Parameters 

integer expression    The number of spaces to return.

Standards and compatibility 
Example 

The following statement returns a string containing 10 spaces.

SELECT SPACE( 10 )

Contents Index SOUNDEX function [String] SQLDIALECT function [Miscellaneous]