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