Contents Index TRUNCNUM function [Numeric] UPPER function [String]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

UCASE function [String]


Function 

Converts all characters in a string to upper case.

Syntax 

UCASE ( string-expression )

Parameters 

string-expression    The string to be converted to upper case.

Standards and compatibility 
See also 

UPPER function [String]

LCASE function [String]

Example 

The following statement returns the value CHOCOLATE.

SELECT UCASE( 'ChocoLate' )

Contents Index TRUNCNUM function [Numeric] UPPER function [String]