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