String Functions MySQL Tutorial

mysql>
mysql> SELECT LOWER('ABC');
+--------------+
| LOWER('ABC') |
+--------------+
| abc          |
+--------------+
1 row in set (0.00 sec)
mysql>