UPPER

Converts text to all uppercase characters

Description

The UPPER() function is used to transform text into uppercase characters. This function is valuable for standardizing text data, making it case-insensitive, or ensuring consistent formatting.

Syntax

UPPER(text)

  1. text: The input text string that you want to convert to uppercase.

Example

Table

ID
Original Text

1

Hello, World!

2

Example Text

3

Savant Analytics

Function

UPPER(`Original Text`)

Results

UPPER (text)

HELLO, WORLD!

EXAMPLE TEXT

SAVANT ANALYTICS

Last updated