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