UPPER
Converts every lower case letter in a string to upper case.
Syntax
UPPER(String)
Example
This example returns 'ALEA IACTA EST':
UPPER('Alea IACTA est')
UPPER(String)
This example returns 'ALEA IACTA EST':
UPPER('Alea IACTA est')