UCASE

Purpose

This function converts the specified string into upper case letters.

Syntax

ucase::=

Usage Notes

UCASE is an alias for UPPER.

Example

SELECT UCASE('AbCdEf') UCASE;