105
MySQL UPPER() Function
The upper() is a String function of MySQL. This function returns the string in upper case.
Syntax
Parameter:
Str: string to be converted
Returns:
This function returns the string in upper case.
Example 1
Output:
Example 2
Output:
Next TopicMySQL String