Mega Code Archive
Categories
/
MySQL Tutorial
/
String Functions
LOWER(str)
mysql> mysql> SELECT LOWER('ABC'); +--------------+ | LOWER('ABC') | +--------------+ | abc | +--------------+ 1 row in set (0.00 sec) mysql>