Contents Index ISNUMERIC function [Miscellaneous] LEFT function [String]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

LCASE function [String]


Function 

Converts all characters in a string to lower case.

Syntax 

LCASE ( string-expression )

Parameters 

string-expression    The string to be converted to lower case.

Standards and compatibility 
See also 

LOWER function [String]

UCASE function [String]

UPPER function [String]

Example 

The following statement returns the value lower case.

SELECT LCASE( 'LOWER CasE' )

Contents Index ISNUMERIC function [Miscellaneous] LEFT function [String]