UPPER Operation

How to use the UPPER operation for Computed Attributes

Definition

The UPPER operation converts a whole text string to UPPERCASE letters.

Example

UPPER(‘Hello World’)

Result:
HELLO WORLD

Syntax Guide

UPPER(text)

text - The string to convert to uppercase