DB2 Scalar functions - LCASE (SYSFUN schema)
The LCASE function returns a string in which all SBCS characters have been converted to lowercase characters, that is, the characters A-Z have been converted to the characters a-z. Characters with diacritical marks are not converted. Consequently, a statement of the form LCASE(UCASE(string)) will not necessarily return the same result as LCASE(string).
The schema is SYSFUN.
The data type of the result depends on the data type of the input expression:
The result can be null; if the input expression is null, the result is the null value.