Returns a string, converted to uppercase
Last updated 3 years ago
UPPER( text )
text
Returns the text in uppercase.
Outputs uppercase text.
UPPER("san francisco") >> "SAN FRANCISCO"
Input
Description
Text to turn uppercase.