SQL Function Reference

UPPER
Return a string with all characters written in uppercase
MySQL
UPPER(str)
Examples
MySQL
SELECT UPPER('Hello world')