UCASE function [String]

Function

Converts all characters in a string to upper case.

Syntax

UCASE ( string-expression )

Parameters

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

Example

The following statement returns the value CHOCOLATE.

SELECT UCASE( 'ChocoLate' ) FROM iq_dummy

Standards and compatibility

See also

“UPPER function [String]”

“LCASE function [String]”