LCASE

The LCASE function returns a string in which all the characters are converted to lowercase characters.

Read syntax diagramSkip visual syntax diagramLCASE( string-expression,locale-name-string,integer)

The schema is SYSIBM.

The LCASE function is identical to the LOWER function. For more information, see LOWER.