Table of Contents

Search

  1. Preface
  2. Function reference
  3. Constants
  4. Operators
  5. Dates
  6. Functions
  7. System variables
  8. Datatype reference

Function Reference

Function Reference

UPPER

UPPER

Converts lowercase string characters to uppercase.

Syntax

UPPER(
string
)
Argument
Required/
Optional
Description
string
Required
String datatype. Passes the values you want to change to uppercase text. You can enter any valid expression.

Return Value

Uppercase string. If the data contains multibyte characters, the return value depends on the code page of the Secure Agent that runs the task.
NULL if a value passed to the function is NULL.

Example

The following expression changes all names in the FIRST_NAME column to uppercase:
UPPER( FIRST_NAME )
FIRST_NAME
RETURN VALUE
Ramona
RAMONA
NULL
NULL
THOMAS
THOMAS
PierRe
PIERRE
Bernice
BERNICE

0 COMMENTS

We’d like to hear from you!