Example
Convert the text to upper-case:
SELECT UPPER('SQL Tutorial is FUN!');
Definition and Usage
The UPPER() function converts a string to upper-case.
Note: Also look at the LOWER() function.
Syntax
UPPER(text)
Convert the text to upper-case:
SELECT UPPER('SQL Tutorial is FUN!');
The UPPER() function converts a string to upper-case.
Note: Also look at the LOWER() function.
UPPER(text)