UPPER()
UPPER() — Returns a string converted to all uppercase characters.
Synopsis
UPPER( string-expression )
Description
The UPPER() function returns a copy of the input string converted to all uppercase characters.
Example
The following example uses the UPPER function to return results alphabetically regardless of case.