SQL Function Reference

LOWER
Return a string with all characters written in lowercase
MySQL
LOWER(str)
Examples
MySQL
SELECT LOWER('Hello world')