Contents Index UCASE function [String] UUIDTOSTR function [STRING]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

UPPER function [String]


Function 

Converts all characters in a string to upper case.

Syntax 

UPPER ( string-expression )

Parameters 

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

Standards and compatibility 
See also 

UCASE function [String]

LCASE function [String]

LOWER function [String]

Example 

The following statement returns the value CHOCOLATE.

SELECT UPPER( 'ChocoLate' )

Contents Index UCASE function [String] UUIDTOSTR function [STRING]