Upper Case [UPPER]
Converts all characters of a text string to upper case.
Syntax
UPPER (“Text”)
Data Types of the Arguments
String
Data Type of the Result
Expression
UPPER (“client address”)
Result
CLIENT ADDRESS