MySQL Function Reference

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