UCASE(string_exp)

Returns a string equal to that in string_exp with all lowercase characters converted to uppercase.

 

Example:

SELECT UCASE('abcde') returns ABCDE