Example
Convert the text to lower-case:
SELECT LOWER('SQL Tutorial is FUN!');
Definition and Usage
The LOWER() function converts a string to lower-case.
Note: Also look at the UPPER() function.
Syntax
LOWER(text)
Convert the text to lower-case:
SELECT LOWER('SQL Tutorial is FUN!');
The LOWER() function converts a string to lower-case.
Note: Also look at the UPPER() function.
LOWER(text)