UPPER( )This MySQL function converts a given string to all uppercase letters.SyntaxUPPER(string) ExplanationThis function converts a given string to all uppercase letters. It's an alias of UCASE( ). See that function's description for an example. There are no examples for this page of our documentation.
|

