Returns the input string converted to upper case.
UPPER(input_string)
input_string
UPPER("Hello World")
Result: HELLO WORLD
HELLO WORLD