Last updated 10 days ago
Was this helpful?
The ToUpper() function converts text to uppercase.
ToUpper()
This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.
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