The LOWER function
Use the LOWER function to replace every uppercase letter in a character string with a lowercase letter. The LOWER function accepts an argument of a character data type and returns a value of the same data type as the argument you specify.
The following
query uses the LOWER function to convert any uppercase
letters in a character string to lowercase letters.