ToUpper

The ToUpper() function converts text to uppercase.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

ToUpper(text)

ToUpper("New York") => "NEW YORK"

TpUpper(1234) => Invalid expression

Parameters

Name
Type
Required
Description

text

text

☑️

a text

Last updated

Was this helpful?