UPPER( ) Converts all letters in a string to uppercase. Syntax UPPER(str) Argument str The string to convert to uppercase. Returns The specified string in all uppercase letters. Example The following examples displays all the string values in the customerName data field in all uppercase. UPPER([customerName])
Converts all letters in a string to uppercase.
Syntax
Argument
str
The string to convert to uppercase.
Returns
The specified string in all uppercase letters.
Example
The following examples displays all the string values in the customerName data field in all uppercase.