UPPER( )

This MySQL function converts a given string to all uppercase letters.

Syntax

UPPER(string)

Explanation

This 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.