UPPER function
Returns the string text to upper-case
Syntax
UPPER(string)
Arguments
string: a string expression.
Returns
The string expression that contains the upper-case version of the original string.
Examples
> SELECT UPPER('CeloSQL');
CELOSQL
Returns the string text to upper-case
UPPER(string)
string: a string expression.
The string expression that contains the upper-case version of the original string.
> SELECT UPPER('CeloSQL');
CELOSQL