TOUPPER function
Synopsis
This function
returns a copy of the specified string with all characters
converted to uppercase.
Variations
TOUPPER(
String)
Converts all characters to
uppercase
Details |
Examples |
Details and examples
Parameters
String
Specifies the string to convert to uppercase.
Supported types: String.
Returns
Examples
1. |
The following example returns "MATROX DESIGN ASSISTANT".
TOUPPER("Matrox
Design Assistant")
|