LOWER
Description
The LOWER function is used to convert all uppercase characters in the input string (str) to lowercase characters and returns the converted string.
Parameter Description
- str: The string that needs to be converted to lowercase letters.
Return Result
Returns the string converted to lowercase letters.
Usage Example
Here are some examples of using the LOWER function:
- Convert "HelloWorld" to "helloworld":
Permalink
The result is:
- Convert "Python" and "JAVA" to lowercase:
The result is:
- Convert the strings "SQL" and "DATABASE" to lowercase letters and concatenate them together:
The result is:
- Convert the user input string to lowercase letters and store it in the new column "lower_case":
After executing the above query, the result is: