92
MySQL UCASE() Function
The ucase() is a String function of MySQL. This function returns the string in upper case.
Syntax
Parameter:
str: string to be convert
Example 1
Output:
Example 2
Output:
Next TopicMySQL String