The LOWER function returns a string in which all characters have been converted to lowercase characters.
Important
If the argument can be null, the result can be null; if argument's value is null, the result is the null value.
LOWER or LCASE without UNI locale
The arguments are defined as follows:
| stringExpression | The stringExpression can be one of the following:
|
| localeNameString | localeNameString is a string constant in EBCDIC that specifies a valid locale name. If you do not specify this argument, the product treats the locale as blank. The only accepted localeNameString types are:
|
LOWER or LCASE with UNI locale
The arguments are defined as follows:
| stringExpression | stringExpression can be defined in the Unicode encoding scheme, and in one of the following data types:
|
| UNI | Currently the BMC AMI Utilities SQL language supports only the UNI locale. |
| length | The length argument defines the length of the output expressed in bytes. The result string is padded when there is a varying source string. Important
|
Related topics