ToUpper

circle-info

The ToUpper() function converts text to uppercase.

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

circle-check

Syntax

chevron-rightToUpper(text)hashtag

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

TpUpper(1234) => Invalid expression

Parameters

Name
Type
Required
Description

text

text

☑️

a text

Last updated

Was this helpful?