This MariaDB tutorial explains how to use the MariaDB UCASE function with syntax and examples.
The MariaDB UCASE function converts all characters in the specified string to uppercase. If there are characters in the string that are not letters, they are unaffected by this function.
The syntax for the UCASE function in MariaDB is:
The string to convert to uppercase.
The UCASE function can be used in the following versions of MariaDB:
Let's look at some MariaDB UCASE function examples and explore how to use the UCASE function in MariaDB.
For example: