In MariaDB, UPPER()
is a built-in string function that returns its string argument with all characters changed to uppercase.
The result is returned in the current character set mapping. The default is latin1
(cp1252 West European).
Another MariaDB function, UCASE()
is a synonym for UPPER()
.