Course
Simulator
More
Premium
Log in
MySQL Function Reference
Functions
LOWER
LOWER
Return a string with all characters written in lowercase
MySQL 8.1
LOWER
(
str
)
Examples
MySQL 8.1
SELECT
LOWER
(
'Hello world'
)