UPPER

Description

Converts the characters in a string field to upper case.

Syntax

UPPER(string_expression)

Examples

UPPER('u.s.a.') returns 'U.S.A.'

Return value datatype

String

Impact of null value

If input is null, returns null.