Contents Index LONG_ULPLAN function [Miscellaneous] LTRIM function [String]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

LOWER function [String]


Function 

Converts all characters in a string to lower case.

Syntax 

LOWER ( string-expression )

Parameters 

string-expression    The string to be converted.

Standards and compatibility 
See also 

LCASE function [String]

UCASE function [String]

UPPER function [String]

Example 

The following statement returns the value lower case.

SELECT LOWER( 'LOWER CasE' )

Contents Index LONG_ULPLAN function [Miscellaneous] LTRIM function [String]