LOWER(str): To lowercase : LOWER « String Functions « MySQL Tutorial






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

mysql>








23.24.LOWER
23.24.1.LOWER(str): To lowercase
23.24.2.Get the first name in lower case