upper()

Examples


The upper() function returns a string in which all the alphabetic characters of a specified string have been converted to uppercase.

Syntax

upper(string_expression)

Parameters

string_expression – The string or string field you wish to convert to upper case.

Return value

String

Comments

This function can be used to manipulate a string without regard to the case of the characters in the string.


Documentation Feedback