UPPER

Purpose

This function converts the specified string into upper case letters.

Syntax

upper::=

Usage Notes

UPPER is an alias for UCASE.

Example

SELECT UPPER('AbCdEf') UPPER;