MySQL UPPER() and UCASE() – How to convert text to uppercase in MySQL?
In this tutorial, we will study the MySQL UPPER() and UCASE() functions. Just like LOWER() and LCASE(), UPPER() and UCASE() are synonyms of each other in MySQL. The UPPER() and UCASE() functions are string functions that are used to convert a string to uppercase alphabets. It is important to note that if there are any …
MySQL UPPER() and UCASE() – How to convert text to uppercase in MySQL? Read More »