UPPER – Format an operation number
This function converts the non-accented lowercase characters within a string into the uppercase format.
UPPER(<string>)Where <string> is the string whose format is to be converted.
For example, the command UPPER(“fab”) returns
"FAB", the command UPPER(“Scott Virgil Alan Gordon
John”) returns "SCOTT VIRGIL ALAN GORDON JOHN”.