Last updated 2 years ago
The ToUpper() function converts text to uppercase.
ToUpper()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a copy of text converted to uppercase.
text
ToUpper(
)
ToUpper("New York") => "NEW YORK"
ToUpper("New York")
TpUpper(1234) => Invalid expression
TpUpper(1234)
a text