ToUpper

The ToUpper() function converts text to uppercase.

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

Returns a copy of text converted to uppercase.

Syntax

ToUpper(text)

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

TpUpper(1234) => Invalid expression

Parameters

NameTypeRequiredDescription

text

text

a text

Last updated