Example
Convert the text to upper-case:
SELECT UCASE("SQL Tutorial is FUN!");
Definition and Usage
The UCASE() function converts a string to upper-case.
Note: This function is equal to the UPPER() function. Continue reading MySQL UCASE Function