UCASE

Purpose

This function converts the specified string into uppercase letters.

Syntax

ucase::=

Usage Notes

UCASE is an alias for UPPER.

Example

SELECT UCASE('AbCdEf') UCASE;