toupper

Returns the string "string_expression" with all the characters converted to upper case using the rules of the locale defined in "locale_string". If "locale_string" is not specified, the locale 'en' is used.

Note: Supported only in dynamic query mode.

Syntax

toupper ( string_expression [ , locale_string ] )

Example 1

# toupper ( 'abc' ) #

Result

ABC

Example 2

# toupper ( 'abc' , 'fr' ) #

Result

ABC