Converts all characters in a string to lowercase. This function is identical the LCASE function.
LOWER( string-expression )
string-expression The string to be converted.
The LCASE function is identical to the LOWER function.
SQL/2003 Core feature.
The following statement returns the value chocolate.
SELECT LOWER( 'chOCOLate' );