Progress
SQL-92
Guide and Reference


LOWER Function

Returns the result of the argument char_expression after converting all the characters to lowercase.

SYNTAX

LOWER ( char_expression ) 

EXAMPLE

This example illustrates the LOWER function:

SELECT *
    FROM customer
    WHERE LOWER (last_name) = ’smith’ ; 

NOTES

COMPATIBILITY

SQL-92 Compatible


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095