UPPER()
Converts a string to uppercase
(VAR)CHAR, (VAR)BINARY or BLOB
UPPER (str)
| Parameter | Description |
|---|---|
str |
An expression of a string type |
Returns the uppercase equivalent of the input string.The exact result depends on the character set.With ASCII or NONE for instance, only ASCII characters are uppercased;with character set OCTETS/(VAR)BINARY, the entire string is returned unchanged.