UPPER

Purpose

This function converts the specified string into uppercase letters.

Syntax

upper::=

Usage Notes

UPPER is an alias for UCASE.

Example

SELECT UPPER('AbCdEf') UPPER;