ucase
Convert a string to uppercase
Syntax
ucase(string_expr)
Arguments
string_expr | A character string or an expression returning a character string value. |
Description
This scalar string function converts the specified string to uppercase. The string parameter can be an ASCII string or a Unicode string. If a Unicode string is specified, the function returns a Unicode string.