UCASE

 

The function UCASE converts the character string into upper case letters.

SQL Syntax:
 
   UCASE( expression )
Parameters:
 
  expression

Any string expression.

Escape Syntax:
 
  {fn UCASE( expression ) }
Return Type:
 
  A character string data type in dependence of the expression.

Examples:

  • SELECT UCASE( 'Abc' ), {fn UCASE('QWERT')}

    Return Values: ABC, QWERT

see also:
SQL String Functions
LCASE


100% pure Java DBMS
Mirror Site