UPPER function [String]

Function

Converts all characters in a string to upper case.

Syntax

UPPER ( string-expression )

Parameters

string-expression The string to be converted to upper case.

Example

The following statement returns the value CHOCOLATE.

SELECT UPPER( 'ChocoLate' ) FROM iq_dummy

Standards and compatibility

See also

“UCASE function [String]”

“LCASE function [String]”

“LOWER function [String]”