Contents Index LOWER function [String] MAX function [Aggregate]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

LTRIM function [String]


Function 

Trims leading blanks from a string.

Syntax 

LTRIM ( string-expression )

Parameters 

string-expression    The string to be trimmed.

Standards and compatibility 
See also 

RTRIM function [String]

TRIM function [String]

Example 

The following statement returns the value Test Message with all leading blanks removed.

SELECT LTRIM( '     Test Message' )

Contents Index LOWER function [String] MAX function [Aggregate]