Converts the string to uppercase format.
UPPER(<string>)
<string>
SELECT UPPER('hello world')
Returns: HELLO WORLD
HELLO WORLD